mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 00:15:12 +00:00
change notebook save to history
This commit is contained in:
@@ -689,7 +689,7 @@ Notebook.changeNotebook = function(notebookId, callback, needRendNoteId) {
|
||||
Notebook.curNotebookId = notebookId;
|
||||
|
||||
// 1
|
||||
Note.curChangedSaveIt();
|
||||
Note.curChangedSaveIt(true);
|
||||
|
||||
// 2 先清空所有
|
||||
Note.clearAll();
|
||||
|
Reference in New Issue
Block a user