Przeglądaj źródła

Fixes missing clean up

main
Eric Amodio 8 lat temu
rodzic
commit
50cf8861cd
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/blameAnnotationController.ts

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

@ -42,6 +42,7 @@ export default class BlameAnnotationController extends Disposable {
}
else if (!toggleWhitespace && this._whitespaceController) {
this._whitespaceController.dispose();
this._whitespaceController = undefined;
}
}

Ładowanie…
Anuluj
Zapisz