mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
笔记本数量问题 , APP端的笔记不能自动保存, APP端的笔记不能自动保存. [ok] 同步删除笔记问题
笔记本数量问题 [ok] 两次粘贴问题 [ok] APP端的笔记不能自动保存. [ok] 同步删除笔记问题 [ok] 执行以下操作:APP内添加两篇笔记,手动同步到网页,网页可见.此时在网页中删掉其中一篇笔记后保存,网页可 达到预期效果.回到APP后手动同步, APP内的笔记仍然是2条,未作任何删改.已反复尝试证实. [ok]
This commit is contained in:
4
node_modules/sync.js
generated
vendored
4
node_modules/sync.js
generated
vendored
@@ -339,8 +339,8 @@ var Sync = {
|
||||
}
|
||||
|
||||
Api.getSyncNotes(afterUsn, me._noteMaxEntry, function(notes) {
|
||||
log('syncNote')
|
||||
log(notes);
|
||||
console.log('syncNote---')
|
||||
console.log(notes);
|
||||
if(Common.isOk(notes)) {
|
||||
me._totalSyncNoteNum += notes.length;
|
||||
// 证明可能还有要同步的
|
||||
|
Reference in New Issue
Block a user