This commit is contained in:
rebornix 2021-07-03 18:24:50 -07:00
parent 3718ef0556
commit 39510d4778
No known key found for this signature in database
GPG key ID: 181FC90D15393C20

View file

@ -117,12 +117,4 @@ export class NotebookDiffEditorInput extends DiffEditorInput {
}
return false;
}
override dispose() {
this._modifiedTextModel?.dispose();
this._modifiedTextModel = null;
this._originalTextModel?.dispose();
this._originalTextModel = null;
super.dispose();
}
}