Fixed event skeleton not being reset on edit close

This commit is contained in:
Alexis
2025-03-04 14:15:57 +01:00
parent 5df57ee587
commit d73fe93812
3 changed files with 19 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ function openEventCreatePopover() {
function handleClosing(e: Event) {
e.preventDefault()
popoverOpen.value = false
setTimeout(() => resetSkeleton(), 100)
}
</script>