mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
buttons on the left
This commit is contained in:
@@ -16,7 +16,7 @@ function getNotesAndBranchesAndAttributes(noteIds) {
|
||||
|
||||
collectedNoteIds.add(note.noteId);
|
||||
|
||||
for (const branch of note.parentBranches) {
|
||||
for (const branch of note.getParentBranches()) {
|
||||
collectedBranchIds.add(branch.branchId);
|
||||
|
||||
collectEntityIds(branch.parentNote);
|
||||
|
||||
Reference in New Issue
Block a user