mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
fix the check (#14529)
This commit is contained in:
@@ -122,7 +122,7 @@ export class NotebookEditorModel extends EditorModel {
|
||||
this._isFirstKernelChange = false;
|
||||
return;
|
||||
}
|
||||
if (!contentChange?.isDirty === false) {
|
||||
if (contentChange?.isDirty === false) {
|
||||
return;
|
||||
}
|
||||
this._lastEditFullReplacement = false;
|
||||
|
||||
Reference in New Issue
Block a user