Fixed event skeleton not being reset on edit close
This commit is contained in:
@@ -38,6 +38,7 @@ function openEventCreatePopover() {
|
||||
function handleClosing(e: Event) {
|
||||
e.preventDefault()
|
||||
popoverOpen.value = false
|
||||
setTimeout(() => resetSkeleton(), 100)
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user