-
Hello! Thanks for such a fantastic library. I'm using dnd-kit with reactflow.dev. My goal is to drag a div into the reactflow canvas, then drop it, getting the XY co-ordinates of the mouse pointer onDragEnd. Is there some way I can get the co-ordinates/position of the mouse pointer? |
Beta Was this translation helpful? Give feedback.
Answered by
Ndidi
May 2, 2024
Replies: 1 comment
-
For anyone in the same boat, I used the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ndidi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For anyone in the same boat, I used the
onPointerUp
event to capture this