Browse Source

Fixes missing clean up

main
Eric Amodio 8 years ago
parent
commit
50cf8861cd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/blameAnnotationController.ts

+ 1
- 0
src/blameAnnotationController.ts View File

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

Loading…
Cancel
Save