This commit is contained in:
rebornix
2020-09-11 15:12:57 -07:00
parent 122fc9a1b8
commit 402092dd67
4 changed files with 102 additions and 14 deletions

View File

@@ -348,7 +348,6 @@ export class ExtHostNotebookDocument extends Disposable {
}
acceptModelChanged(event: NotebookCellsChangedEventDto, isDirty: boolean): void {
console.log(event);
this._versionId = event.versionId;
this._isDirty = isDirty;
event.rawEvents.forEach(e => {