Archived
fix the check (#14529)
This commit is contained in:
@@ -122,7 +122,7 @@ export class NotebookEditorModel extends EditorModel {
|
|||||||
this._isFirstKernelChange = false;
|
this._isFirstKernelChange = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!contentChange?.isDirty === false) {
|
if (contentChange?.isDirty === false) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this._lastEditFullReplacement = false;
|
this._lastEditFullReplacement = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user