pull/255/head
zadam 2022-11-07 21:11:42 +07:00
parent f1eaa20e47
commit d29a633529
1 changed files with 0 additions and 1 deletions

@ -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(),