mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 00:15:12 +00:00
ace编辑器优化, 同步标签问题, 一次性上传多张图片
This commit is contained in:
@@ -2785,7 +2785,7 @@ Note.updateNoteCacheForServer = function(notes) {
|
||||
for(var i in notes) {
|
||||
var note = notes[i];
|
||||
// alert(note.NoteId + " " + note.IsBlog);
|
||||
Note.addNoteCache({NoteId: note.NoteId,
|
||||
Note.setNoteCache({NoteId: note.NoteId,
|
||||
ServerNoteId: note.ServerNoteId,
|
||||
IsBlog: note.IsBlog,
|
||||
});
|
||||
|
Reference in New Issue
Block a user