Replies: 1 comment 2 replies
-
Adding
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, how do you distinguish between a click and a drag of a draggable element? The mouse sensor only returns onMouseDown which is called on drag and onClick. I need the two to work together since each draggable element has child elements that need to be clickable. How do I add the listener to the sensor or is there a way to create your own sensor all together?
Beta Was this translation helpful? Give feedback.
All reactions