Fix quick navigation having reexpanding nodes
This commit is contained in:
parent
4976a6ebe0
commit
697576cb34
2 changed files with 7 additions and 6 deletions
|
|
@ -195,8 +195,7 @@ export class App {
|
|||
// This is a bad idea when quickly navigating the tree, since the arrow navigation
|
||||
// has collapsed nodes which the event calling goToNode can come to undo, if the
|
||||
// event processing lags behind.
|
||||
if (!dontExpand)
|
||||
await this.sidebar.makeVisible(node, ancestors)
|
||||
await this.sidebar.makeVisible(node, ancestors, dontExpand)
|
||||
|
||||
_mbus.dispatch('CRUMBS_SET', ancestors, () => this.crumbsElement.replaceChildren(this.crumbs.render()))
|
||||
_mbus.dispatch('NODE_UI_OPEN', { node, eventSequence: this.showNodeEventSequence.next() })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue