From 78776286c241808393c894cccec1b919a318ef76 Mon Sep 17 00:00:00 2001 From: Grigory V Date: Sat, 30 Nov 2024 17:05:23 +0100 Subject: [PATCH] fix(CalendarList): dragging to order calendars Signed-off-by: Grigory V --- src/components/AppNavigation/CalendarList.vue | 149 ++++++++++++------ 1 file changed, 99 insertions(+), 50 deletions(-) diff --git a/src/components/AppNavigation/CalendarList.vue b/src/components/AppNavigation/CalendarList.vue index b237ba72a7..036c0f7c5d 100644 --- a/src/components/AppNavigation/CalendarList.vue +++ b/src/components/AppNavigation/CalendarList.vue @@ -4,17 +4,19 @@ -->