mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-13 07:03:04 +08:00
Update note.js
This commit is contained in:
@@ -597,7 +597,7 @@ Note.curChangedSaveIt = function(force, callback) {
|
||||
Pjax.changeNote(ret);
|
||||
}
|
||||
|
||||
me.setNoteDirty(hasChanged.NoteId, true);
|
||||
ret && me.setNoteDirty(hasChanged.NoteId, ret.IsDirty);
|
||||
|
||||
callback && callback(ret);
|
||||
}, force);
|
||||
|
||||
Reference in New Issue
Block a user