1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00

fix: Add Touch Delay to Draggable on Touch Pads (#4440)

This commit is contained in:
Michael Genson 2024-10-24 11:24:42 -05:00 committed by GitHub
parent 302002d630
commit fdb5ff9ec0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 27 additions and 2 deletions

View file

@ -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',