fix occurrences of 'root' branch

This commit is contained in:
zadam
2022-12-28 13:09:49 +01:00
parent ff1f01be8c
commit f809da58ec
7 changed files with 9 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ function getNotesAndBranchesAndAttributes(noteIds) {
if (noteIds.has('root')) {
branches.push({
branchId: 'root',
branchId: 'none_root',
noteId: 'root',
parentNoteId: 'none',
notePosition: 0,