We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e069cff commit af05f17Copy full SHA for af05f17
src/vs/workbench/contrib/notebook/browser/view/cellPart.ts
@@ -74,7 +74,7 @@ export abstract class CellContentPart extends Disposable {
74
*/
75
export abstract class CellOverlayPart extends Disposable {
76
protected currentCell: ICellViewModel | undefined;
77
- protected cellDisposables = new DisposableStore();
+ protected readonly cellDisposables = this._register(new DisposableStore());
78
79
constructor() {
80
super();
0 commit comments