mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
removed glob.allNoteIds which wasn't used anymore
This commit is contained in:
@@ -88,8 +88,6 @@ const noteTree = (function() {
|
||||
childToParents[note.note_id].push(note.note_pid);
|
||||
}
|
||||
|
||||
glob.allNoteIds = Object.keys(notesMap);
|
||||
|
||||
return prepareNoteTreeInner('root');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user