fix vuedraggable api usage

This commit is contained in:
Michael Genson 2025-06-16 22:15:39 +00:00
commit 53d23c0272

View file

@ -144,7 +144,7 @@
:delay-on-touch-only="true" :delay-on-touch-only="true"
@start="loadingCounter += 1" @start="loadingCounter += 1"
@end="loadingCounter -= 1" @end="loadingCounter -= 1"
@input="updateIndexUnchecked" @update:modelValue="updateIndexUnchecked"
> >
<v-lazy <v-lazy
v-for="(item, index) in listItems.unchecked" v-for="(item, index) in listItems.unchecked"
@ -268,7 +268,7 @@
:delay="250" :delay="250"
:delay-on-touch-only="true" :delay-on-touch-only="true"
class="my-2" class="my-2"
@input="updateLabelOrder" @update:modelValue="updateLabelOrder"
> >
<div <div
v-for="(labelSetting, index) in localLabels" v-for="(labelSetting, index) in localLabels"