1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

fix: Drag Delay Only Apply On Touch (#4453)

This commit is contained in:
Michael Genson 2024-10-25 14:49:07 -05:00 committed by GitHub
parent ea0d2ece6a
commit 0e25c7485d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -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()"
>

View file

@ -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"
>