Просмотр исходного кода

Fixes #217 - status bar blame sticks on editor close

main
Eric Amodio 7 лет назад
Родитель
Сommit
42e7020597
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/currentLineController.ts

+ 1
- 1
src/currentLineController.ts Просмотреть файл

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

Загрузка…
Отмена
Сохранить