fix(fe): close section box panel on reset
This commit is contained in:
@@ -247,6 +247,7 @@ const onReset = () => {
|
||||
}
|
||||
if (activePanel.value === ActivePanel.sectionBox) {
|
||||
resetSectionBoxCompletely()
|
||||
activePanel.value = ActivePanel.none
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user