change notebook save to history

This commit is contained in:
life
2015-12-01 21:25:06 +08:00
parent 0d3c9e7150
commit 40abd91050

View File

@@ -689,7 +689,7 @@ Notebook.changeNotebook = function(notebookId, callback, needRendNoteId) {
Notebook.curNotebookId = notebookId;
// 1
Note.curChangedSaveIt();
Note.curChangedSaveIt(true);
// 2 先清空所有
Note.clearAll();