Explorar el Código

Fixes missing clean up

main
Eric Amodio hace 8 años
padre
commit
50cf8861cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/blameAnnotationController.ts

+ 1
- 0
src/blameAnnotationController.ts Ver fichero

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

Cargando…
Cancelar
Guardar