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 28bac81 commit c4b2bbaCopy full SHA for c4b2bba
src/vs/workbench/contrib/notebook/common/model/notebookCellTextModel.ts
@@ -163,6 +163,7 @@ export class NotebookCellTextModel extends Disposable implements ICell {
163
this._versionId = this._textModel.getVersionId();
164
this._alternativeId = this._textModel.getAlternativeVersionId();
165
}
166
+ this._textBufferHash = null;
167
this._onDidChangeContent.fire('content');
168
}));
169
0 commit comments