mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
disposables
This commit is contained in:
@@ -200,6 +200,7 @@ export class MainThreadNotebookDocument extends Disposable implements INotebook
|
||||
|
||||
dispose() {
|
||||
this._onWillDispose.fire();
|
||||
this._cellListeners.forEach(val => val.dispose());
|
||||
super.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user