mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-21 01:07:43 +08:00
send changes, notebook.delete [ok]
This commit is contained in:
6
node_modules/sync.js
generated
vendored
6
node_modules/sync.js
generated
vendored
@@ -456,6 +456,12 @@ var Sync = {
|
||||
if(!newNotebook) {
|
||||
return cb();
|
||||
}
|
||||
|
||||
// 删除操作
|
||||
if(notebook.LocalIsDelete) {
|
||||
return cb();
|
||||
}
|
||||
|
||||
// 更新成功, 是否有冲突?
|
||||
// newNotebook是服务器上的笔记本
|
||||
// 没有更新成功
|
||||
|
||||
Reference in New Issue
Block a user