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

Fixes #274 - TextEditor is closed/disposed

main
Eric Amodio преди 6 години
родител
ревизия
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, []);
}

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