hideChildrenOverview label which can disable children overview for specific notes

This commit is contained in:
azivner
2018-04-10 23:15:41 -04:00
parent 3d15450ffc
commit 7b59a665dd
5 changed files with 19 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ class NoteShort {
}
async getChildBranches() {
if (!this.treeCache.children) {
if (!this.treeCache.children[this.noteId]) {
return [];
}