Преглед на файлове

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

Зареждане…
Отказ
Запис