How can I get the co-ordinates of the dropped point on a droppable? #1409
Replies: 1 comment
-
I figured out using quick maths:
over is the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I drag a
draggable
small square element over adroppable
large square element and drop it. How do I get the coordinates within the large element at which the small element was dropped?Beta Was this translation helpful? Give feedback.
All reactions