Merge branch 'mac-candidate'
This commit is contained in:
commit
2fcadf9748
|
@ -358,8 +358,9 @@ private extension SidebarViewController {
|
||||||
|
|
||||||
func rebuildTreeAndReloadDataIfNeeded() {
|
func rebuildTreeAndReloadDataIfNeeded() {
|
||||||
if !animatingChanges && !BatchUpdate.shared.isPerforming {
|
if !animatingChanges && !BatchUpdate.shared.isPerforming {
|
||||||
treeController.rebuild()
|
if treeController.rebuild() {
|
||||||
outlineView.reloadData()
|
outlineView.reloadData()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue