Close calendar modal on unmount

This commit is contained in:
chfhtw
2025-08-04 14:08:59 +02:00
parent 89c64cadc7
commit b76bdfa431
+3
View File
@@ -258,6 +258,9 @@ export default {
this.modalEvent.closeFn();
}
},
beforeUnmount() {
this.hideEventModal();
},
template: /* html */`
<div class="fhc-calendar-base h-100">
<base-draganddrop