children overview styling

This commit is contained in:
azivner
2018-04-10 21:08:00 -04:00
parent b0c6d52461
commit 3d15450ffc
2 changed files with 10 additions and 2 deletions

View File

@@ -24,6 +24,10 @@ class NoteShort {
}
async getChildBranches() {
if (!this.treeCache.children) {
return [];
}
const branches = [];
for (const child of this.treeCache.children[this.noteId]) {