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 97ad678 commit 01e402cCopy full SHA for 01e402c
src/client/datascience/interactive-ipynb/nativeEditorStorage.ts
@@ -34,7 +34,7 @@ interface INativeEditorStorageState {
34
@injectable()
35
export class NativeEditorStorage implements INotebookModel, INotebookStorage {
36
public get isDirty(): boolean {
37
- return this._state.changeCount !== this._state.saveChangeCount && this._state.changeCount !== 0;
+ return this._state.changeCount !== this._state.saveChangeCount;
38
}
39
public get changed(): Event<NotebookModelChange> {
40
return this._changedEmitter.event;
0 commit comments