You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the onDragStart event is fired, the values for direction and delta are not determined. In rare occasions, they return proper values. Below are the logs when onDragStart is triggered:
This code is using gestures from @vueuse/gesture. It always works as expected, with the values for direction and delta being determined correctly when onDragStart is fired:
Describe the bug:
When the
onDragStart
event is fired, the values fordirection
anddelta
are not determined. In rare occasions, they return proper values. Below are the logs whenonDragStart
is triggered:This code is using gestures from @vueuse/gesture. It always works as expected, with the values for
direction
anddelta
being determined correctly whenonDragStart
is fired:Information:
Checklist:
touch-action: none
to the draggable element.The text was updated successfully, but these errors were encountered: