From e3b9fa8f092bf2ae8e1e7a5dfa6d2e0128921dc7 Mon Sep 17 00:00:00 2001 From: Dominik Grenz Date: Wed, 3 Sep 2025 11:38:28 +0200 Subject: [PATCH 01/10] :bug: Fix draggable ghost and other options --- .../src/components/ChecklistList.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/personalization-webcomponents/src/components/ChecklistList.vue b/personalization-webcomponents/src/components/ChecklistList.vue index 6d06f99d..0e46d736 100644 --- a/personalization-webcomponents/src/components/ChecklistList.vue +++ b/personalization-webcomponents/src/components/ChecklistList.vue @@ -4,12 +4,9 @@ :list="modelValue" tag="ul" class="list" - :animation="200" - :handle="isDraggable ? '.drag-handle' : undefined" - :disabled="!isDraggable" + :options="sortableOptions" @start="drag = true" @end="drag = false" - :ghost-class="'drag-ghost'" item-key="serviceID" >