Merge branch 'mac-candidate'

This commit is contained in:
Brent Simmons
2019-08-23 18:55:09 -07:00
4 changed files with 9 additions and 8 deletions

View File

@@ -363,9 +363,8 @@ private extension SidebarViewController {
func rebuildTreeAndReloadDataIfNeeded() {
if !animatingChanges && !BatchUpdate.shared.isPerforming {
if treeController.rebuild() {
outlineView.reloadData()
}
treeController.rebuild()
outlineView.reloadData()
}
}