Prevented other popovers from opening when an operation is underway

This commit is contained in:
Alexis
2024-06-08 18:08:08 +02:00
parent a58c1eeab9
commit a07afc8351
3 changed files with 30 additions and 9 deletions

View File

@@ -146,7 +146,7 @@ const eventsNotDisplayed: ComputedRef<number> = computed<number>(() => eventsFo
</ClientOnly>
<ClientOnly>
<CalendarFormCreateEvent :date btn-class="absolute inset-0 w-full h-full cursor-default z-0" />
<LazyCalendarFormCreateEvent :date btn-class="absolute inset-0 w-full h-full cursor-default z-0" />
</ClientOnly>
</div>
</template>