Преглед изворни кода

Fixes error in timeline for unsupported schemes

main
Eric Amodio пре 2 година
родитељ
комит
5e56778901
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      src/plus/webviews/timeline/timelineWebviewView.ts

+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts Прегледај датотеку

@ -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…
Откажи
Сачувај