MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.48k stars 306 forks source link

Fix for onCanvasDrop creating two nodes #169

Closed IdealSystemsMCP closed 4 years ago

IdealSystemsMCP commented 4 years ago

This should fix the bug where onCanvasDrop creates two nodes in development.

Should fix #122 & #161