Handle drawer close

This commit is contained in:
Jon Staab
2024-10-15 14:44:21 -07:00
parent 903cd42650
commit cbf3d3566f
4 changed files with 17 additions and 8 deletions
+1
View File
@@ -32,5 +32,6 @@ export const pushDrawer = (
export const clearModal = () => {
goto("#")
modals.clear()
emitter.emit("close")
}