mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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