Added double click for quick edit

This commit is contained in:
Alexis
2024-06-09 10:35:53 +02:00
parent 746897cb6e
commit 8913a7d1b3
2 changed files with 10 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ function deployDeleteModal() {
:side="'left'"
:collision-padding="60"
:hide-when-detached="true"
:disable-outside-pointer-events="true"
:class="{
'border-slate-800': !event.category,
'border-lime-800': event.category?.name === 'naissance',