mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
removed glob.allNoteIds which wasn't used anymore
This commit is contained in:
@@ -151,8 +151,6 @@ const noteEditor = (function() {
|
||||
extraClasses: isProtected ? "protected" : ""
|
||||
};
|
||||
|
||||
glob.allNoteIds.push(result.note_tree_id);
|
||||
|
||||
newNoteCreated = true;
|
||||
|
||||
if (target === 'after') {
|
||||
|
||||
Reference in New Issue
Block a user