keep calendar event data while resizing event

This commit is contained in:
Gregor Vostrak
2026-03-03 15:00:46 +01:00
parent 452acca942
commit 02f6436fd0
2 changed files with 23 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ const formattedDuration = computed(() =>
<div v-if="clientName" class="opacity-85">
{{ clientName }}
</div>
<div class="opacity-90">
<div class="opacity-90" data-duration>
{{ formattedDuration }}
</div>
</div>