Fixes compile crash with sidebar toolbar

This commit is contained in:
Stuart Breckenridge
2020-07-04 22:01:01 +08:00
parent 01a84a2a40
commit 294591d154
4 changed files with 13 additions and 4 deletions

View File

@@ -26,7 +26,6 @@ struct RegularSidebarContainerView: View {
sidebarModel.delegate = sceneModel
sidebarModel.rebuildSidebarItems()
}
}
}