Przeglądaj źródła

Fixes #217 - status bar blame sticks on editor close

main
Eric Amodio 7 lat temu
rodzic
commit
42e7020597
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/currentLineController.ts

+ 1
- 1
src/currentLineController.ts Wyświetl plik

@ -254,7 +254,7 @@ export class CurrentLineController extends Disposable {
async refresh(editor?: TextEditor) {
this._currentLine.line = -1;
if (editor === undefined && this._editor !== undefined) return;
if (editor === undefined && this._editor === undefined) return;
this.clearAnnotations(this._editor);

Ładowanie…
Anuluj
Zapisz