mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix checklist rearrange [SCI-9271]
This commit is contained in:
parent
ef3c916c00
commit
718013439d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue