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.46k stars 306 forks source link

Set snap to grid to also snap nodes and added support for gridSize config #201

Closed eprice122 closed 2 years ago

eprice122 commented 3 years ago

SnapToGrid wasn't working and when I investigated further there was no support for node snapToGrid. I added basic support which snaps both onCanvasDrop and onDragNodeStop.

The gridSize property also wasn't supported so I added that feature too.