Parcourir la source

Fixes error in timeline for unsupported schemes

main
Eric Amodio il y a 2 ans
Parent
révision
5e56778901
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/plus/webviews/timeline/timelineWebviewView.ts

+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts Voir le fichier

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

Chargement…
Annuler
Enregistrer