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

@@ -637,7 +637,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
}
prepareRootNode() {
return this.prepareNode(froca.getBranch('root'));
return this.prepareNode(froca.getBranch('none_root'));
}
/**