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 30c5902 commit 64e959cCopy full SHA for 64e959c
src/vs/workbench/contrib/notebook/common/model/notebookCellTextModel.ts
@@ -160,6 +160,7 @@ export class NotebookCellTextModel extends Disposable implements ICell {
160
this._alternativeId = this._textModel.getAlternativeVersionId();
161
}
162
this._textBufferHash = null;
163
+ this._onDidChangeContent.fire('content');
164
this._onDidChangeContent.fire({ type: 'model', event: e });
165
}));
166
0 commit comments