buttons on the left

This commit is contained in:
zadam
2021-05-18 22:14:35 +02:00
parent d18b95d87c
commit 845f5d15c4
7 changed files with 130 additions and 10 deletions

View File

@@ -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);