mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Merge pull request #6211 from aignatov-bio/ai-sci-9271-fix-checklist-rearange
Fix checklist rearrange [SCI-9271]
This commit is contained in:
commit
0e290fa2dc
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