Merge pull request #6211 from aignatov-bio/ai-sci-9271-fix-checklist-rearange

Fix checklist rearrange [SCI-9271]
This commit is contained in:
aignatov-bio 2023-09-13 14:35:54 +02:00 committed by GitHub
commit 0e290fa2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"