mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
@@ -45,7 +45,6 @@ export class NotebookEditorModel extends EditorModel {
|
|||||||
// Hook to content change events
|
// Hook to content change events
|
||||||
notebook.modelReady.then(() => {
|
notebook.modelReady.then(() => {
|
||||||
this._register(notebook.model.contentChanged(e => this.updateModel()));
|
this._register(notebook.model.contentChanged(e => this.updateModel()));
|
||||||
this._register(notebook.model.kernelChanged(e => this.updateModel()));
|
|
||||||
}, err => undefined);
|
}, err => undefined);
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user