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
7 changed files with 27 additions and 2 deletions

View File

@@ -46,6 +46,8 @@
v-if="parsedIng.length > 0"
v-model="parsedIng"
handle=".handle"
delay="250"
delay-on-touch-only
:style="{ width: '100%' }"
ghost-class="ghost"
>