Przeglądaj źródła

Fixes #274 - TextEditor is closed/disposed

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

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

@ -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, []);
}

Ładowanie…
Anuluj
Zapisz