fix tree expansion

pull/53/head
Zlatin Balevsky 2020-11-01 21:11:08 +00:00
parent 4b63bbec4d
commit 24c12ce1fc
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -171,8 +171,8 @@ class CollectionTabView {
model.root.removeAllChildren()
TreeUtil.copy(model.root, selected.tree.root)
TreeUtil.expand(itemsTree)
itemsTree.model.nodeStructureChanged(model.root)
TreeUtil.expand(itemsTree)
})