mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
<- sync notebook.udpate[ok]
This commit is contained in:
2
node_modules/sync.js
generated
vendored
2
node_modules/sync.js
generated
vendored
@@ -151,7 +151,7 @@ var Sync = {
|
||||
} else {
|
||||
}
|
||||
// 这里都是用服务器端的数据, 不处理冲突
|
||||
Notebook.updateNotebookForce(notebook, function(notebook) {
|
||||
Notebook.updateNotebookForce(notebook, notebookLocal, function(notebook) {
|
||||
if(notebook) {
|
||||
me._syncInfo.notebook.updates.push(notebook);
|
||||
}
|
||||
|
Reference in New Issue
Block a user