mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-25 06:08:57 -05:00
children overview styling
This commit is contained in:
@@ -24,6 +24,10 @@ class NoteShort {
|
||||
}
|
||||
|
||||
async getChildBranches() {
|
||||
if (!this.treeCache.children) {
|
||||
return [];
|
||||
}
|
||||
|
||||
const branches = [];
|
||||
|
||||
for (const child of this.treeCache.children[this.noteId]) {
|
||||
|
||||
Reference in New Issue
Block a user