Przeglądaj źródła

Fixes error in timeline for unsupported schemes

main
Eric Amodio 2 lat temu
rodzic
commit
5e56778901
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/plus/webviews/timeline/timelineWebviewView.ts

+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts Wyświetl plik

@ -144,6 +144,7 @@ export class TimelineWebviewView extends WebviewViewBase {
@debug({ args: false })
private onActiveEditorChanged(editor: TextEditor | undefined) {
if (editor == null || !this.container.git.isTrackable(editor.document.uri)) return;
if (!this.updatePendingEditor(editor)) return;
this.updateState();

Ładowanie…
Anuluj
Zapisz