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

Fixes #274 - TextEditor is closed/disposed

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

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

@ -364,6 +364,7 @@ export class CurrentLineController extends Disposable {
private clearAnnotations(editor: TextEditor | undefined) {
if (editor === undefined) return;
if ((editor as any)._disposed === true) return;
editor.setDecorations(annotationDecoration, []);
}

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