Fix checklists drag/drop interactions in Safari [SCI-8716]

This commit is contained in:
Anton 2023-07-11 13:42:08 +02:00
parent 8fb14645bf
commit 71020c032d

View file

@ -39,6 +39,7 @@
:ghostClass="'step-checklist-item-ghost'"
:dragClass="'step-checklist-item-drag'"
:chosenClass="'step-checklist-item-chosen'"
:forceFallback="true"
:handle="'.step-element-grip'"
:disabled="editingItem || checklistItems.length < 2 || !element.attributes.orderable.urls.reorder_url"
@start="startReorder"