Tree expansion and keyboard navigation works
This commit is contained in:
parent
23307d7967
commit
dd27be67b9
7 changed files with 433 additions and 13 deletions
|
|
@ -408,7 +408,8 @@ export class Node {
|
|||
}
|
||||
|
||||
// Notify the tree that all children are fetched and ready to process.
|
||||
_notes2.current.tree.fetchChildrenOn(this.UUID)
|
||||
//_notes2.current.tree.fetchChildrenOn(this.UUID)
|
||||
_mbus.dispatch(`NODE_CHILDREN_FETCHED_${this.UUID}`)
|
||||
|
||||
return this.Children
|
||||
}//}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue