Skip to content

Commit

Permalink
Merge branch 'master' into show-open-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-guliy committed Aug 2, 2018
2 parents a5e95a6 + 640df65 commit 9d89ee8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/plugin-ext/src/main/browser/text-editor-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ export class TextEditorMain {
}

dispose(): void {
delete this.model;
this.modelListeners.dispose();
delete this.model;

this.editorListeners.dispose();
delete this.editor;
}

Expand Down

0 comments on commit 9d89ee8

Please sign in to comment.