mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 07:31:33 +00:00
conflict fixed
This commit is contained in:
5
node_modules/note.js
generated
vendored
5
node_modules/note.js
generated
vendored
@@ -242,6 +242,11 @@ var Note = {
|
||||
});
|
||||
},
|
||||
|
||||
conflictIsFixed: function(noteId) {
|
||||
var me = this;
|
||||
Notes.update({NoteId: noteId}, {$set: {ConflictNoteId: ""}});
|
||||
},
|
||||
|
||||
// 笔记本下是否有笔记
|
||||
hasNotes: function(notebookId, callback) {
|
||||
Notes.count({NotebookId: notebookId, IsTrash: false, LocalIsDelete: false}, function(err, n) {
|
||||
|
Reference in New Issue
Block a user