mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-01 10:30:04 -06:00
fix
This commit is contained in:
@@ -160,7 +160,6 @@ function getTreeMap(req) {
|
||||
|
||||
return !note.getParentNotes().find(parentNote => parentNote.noteId === imageLinkRelation.noteId);
|
||||
})
|
||||
.concat(...mapRootNote.getParentNotes().filter(note => note.noteId !== 'none'))
|
||||
.map(note => [
|
||||
note.noteId,
|
||||
note.getTitleOrProtected(),
|
||||
|
||||
Reference in New Issue
Block a user