Fix quick arrow navigation not collapsing nodes correctly
This commit is contained in:
parent
b3e5d79403
commit
4976a6ebe0
5 changed files with 60 additions and 69 deletions
|
|
@ -199,9 +199,7 @@ export class NodeStore {
|
|||
}
|
||||
|
||||
Promise.all(hasChildrenPromises)
|
||||
.then(() => {
|
||||
resolve(nodes)
|
||||
})
|
||||
.then(() => resolve(nodes))
|
||||
}
|
||||
req.onerror = (event) => reject(event.target.error)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue