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

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