projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.61k stars 1.17k forks source link

Drag and Drop of elements from one node to another #688

Open zhujik opened 4 years ago

zhujik commented 4 years ago

I'm implementing an application where you can drag a div from one node to another. I tried with HTML native drag and drop and with react-dnd, and with both I get the same weird behavior:

After dropping on the target node, the original node from which I started the drag jumps to the mouse position and follows the mouse until I click again.

Can I prevent this from happening?

Thanks for the advice!