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

When dragging node, link component moves fast than the node one #221

Closed jovenlumaas closed 3 years ago

jovenlumaas commented 3 years ago

Hi!

I have a problem implementing workflow using this package:

Untitled

phakhee commented 3 years ago

Yes i'm experiencing the same, downgrading to 0.0.13 fixed the problem, but I just started using it so I do want to use the latest version.

jovenlumaas commented 3 years ago

@phakhee I tried downgrading to version 0.0.13 and it worked! Thank you