mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-29 17:27:31 +08:00
Fix checklists drag/drop interactions in Safari [SCI-8716]
This commit is contained in:
parent
8fb14645bf
commit
71020c032d
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue