Revert "fix(fe): keep section box gizmo enabled after reset"

This reverts commit e2edad3e4e.
This commit is contained in:
andrewwallacespeckle
2025-09-23 10:27:03 +02:00
parent e2edad3e4e
commit 3573b0a388
@@ -85,7 +85,6 @@ export function useSectionBoxUtilities() {
const resetSectionBoxCompletely = () => {
sectionBox.value = null
visible.value = false
toggleSectionBox()
}
return {