mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
removed glob.allNoteIds which wasn't used anymore
This commit is contained in:
@@ -56,8 +56,6 @@ const treeChanges = (function() {
|
||||
node.getParent().renderTitle();
|
||||
}
|
||||
|
||||
glob.allNoteIds = glob.allNoteIds.filter(e => e !== node.key);
|
||||
|
||||
recentNotes.removeRecentNote(node.note_tree_id);
|
||||
|
||||
let next = node.getNextSibling();
|
||||
|
||||
Reference in New Issue
Block a user