mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
fix: Add Touch Delay to Draggable on Touch Pads (#4440)
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<draggable
|
||||
:value="fields"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
v-bind="{
|
||||
animation: 200,
|
||||
group: 'recipe-instructions',
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
v-if="recipe.recipeIngredient.length > 0"
|
||||
v-model="recipe.recipeIngredient"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
v-bind="{
|
||||
animation: 200,
|
||||
group: 'recipe-ingredients',
|
||||
|
||||
@@ -77,6 +77,8 @@
|
||||
:disabled="!isEditForm"
|
||||
:value="value"
|
||||
handle=".handle"
|
||||
delay="250"
|
||||
delay-on-touch-only
|
||||
v-bind="{
|
||||
animation: 200,
|
||||
group: 'recipe-instructions',
|
||||
|
||||
Reference in New Issue
Block a user