Procházet zdrojové kódy

Fixes missing clean up

main
Eric Amodio před 8 roky
rodič
revize
50cf8861cd
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/blameAnnotationController.ts

+ 1
- 0
src/blameAnnotationController.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit