fix(fe): close section box panel on reset

This commit is contained in:
andrewwallacespeckle
2025-09-23 10:36:31 +02:00
parent 3573b0a388
commit e1982bed12
@@ -247,6 +247,7 @@ const onReset = () => {
}
if (activePanel.value === ActivePanel.sectionBox) {
resetSectionBoxCompletely()
activePanel.value = ActivePanel.none
}
}