mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +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">
|
<div v-if="element.attributes.orderable.urls.create_item_url || orderedChecklistItems.length > 0">
|
||||||
<Draggable
|
<Draggable
|
||||||
v-model="checklistItems"
|
v-model="checklistItems"
|
||||||
:ghostClass="'checklist-item-ghost border-blue border-solid'"
|
:ghostClass="'checklist-item-ghost'"
|
||||||
:dragClass="'checklist-item-drag'"
|
:dragClass="'checklist-item-drag'"
|
||||||
:chosenClass="'checklist-item-chosen'"
|
:chosenClass="'checklist-item-chosen'"
|
||||||
:forceFallback="true"
|
:forceFallback="true"
|
||||||
|
|
Loading…
Reference in a new issue