Fix checklist rearrange [SCI-9271]

This commit is contained in:
Anton 2023-09-13 14:13:34 +02:00
parent ef3c916c00
commit 718013439d

View file

@ -37,7 +37,7 @@
<div v-if="element.attributes.orderable.urls.create_item_url || orderedChecklistItems.length > 0">
<Draggable
v-model="checklistItems"
:ghostClass="'checklist-item-ghost border-blue border-solid'"
:ghostClass="'checklist-item-ghost'"
:dragClass="'checklist-item-drag'"
:chosenClass="'checklist-item-chosen'"
:forceFallback="true"