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
I need to make the dragging piece bigger, and transform it slightly, because on touch devices it's hidden under the finger.
Dragging element does not have any id or data-attribute, so there's no direct way to catch it with querySelector. Also, onDragStart seems to be fired before the element mounts.
Am i missing something?
The text was updated successfully, but these errors were encountered:
I need to make the dragging piece bigger, and transform it slightly, because on touch devices it's hidden under the finger.
Dragging element does not have any id or data-attribute, so there's no direct way to catch it with querySelector. Also, onDragStart seems to be fired before the element mounts.
Am i missing something?
The text was updated successfully, but these errors were encountered: