mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-31 02:59:42 +02:00
fix: Drag Delay Only Apply On Touch (#4453)
This commit is contained in:
parent
ea0d2ece6a
commit
0e25c7485d
7 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
:value="fields"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
:delay-on-touch-only="true"
|
||||
v-bind="{
|
||||
animation: 200,
|
||||
group: 'recipe-instructions',
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
v-model="recipe.recipeIngredient"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
:delay-on-touch-only="true"
|
||||
v-bind="{
|
||||
animation: 200,
|
||||
group: 'recipe-ingredients',
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
:value="value"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
:delay-on-touch-only="true"
|
||||
v-bind="{
|
||||
animation: 200,
|
||||
group: 'recipe-instructions',
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
v-model="cookbooks"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
:delay-on-touch-only="true"
|
||||
style="width: 100%"
|
||||
@change="actions.updateOrder()"
|
||||
>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
v-model="parsedIng"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
:delay-on-touch-only="true"
|
||||
:style="{ width: '100%' }"
|
||||
ghost-class="ghost"
|
||||
>
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
tag="div"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
:delay-on-touch-only="true"
|
||||
:value="plan.meals"
|
||||
group="meals"
|
||||
:data-index="index"
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
:value="localLabels"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
:delay-on-touch-only="true"
|
||||
class="my-2"
|
||||
@input="updateLabelOrder"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue