Browse Source

Fixes error in timeline for unsupported schemes

main
Eric Amodio 2 years ago
parent
commit
5e56778901
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/plus/webviews/timeline/timelineWebviewView.ts

+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts View File

@ -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();

Loading…
Cancel
Save