From a1aa512018ef17ce4bfa8437758f13bdac960f37 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Mon, 10 Jun 2024 20:26:21 +0200 Subject: [PATCH] Added collision detection for category list --- components/calendar/input/EventCategories.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/calendar/input/EventCategories.vue b/components/calendar/input/EventCategories.vue index 76e969b..2292cfe 100644 --- a/components/calendar/input/EventCategories.vue +++ b/components/calendar/input/EventCategories.vue @@ -38,7 +38,7 @@ const computedTextValue = computed(() => { {{ computedTextValue }} @@ -46,8 +46,10 @@ const computedTextValue = computed(() => {