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 307 forks source link

Drag canvas in readonly mode #81

Closed drawrowfly closed 4 years ago

drawrowfly commented 4 years ago

I believe it is convenient to be able to drag at least canvas in readonly mode to be able to view all the nodes that are on the screen

MrBlenny commented 4 years ago

Yep, I'm thinking we could add a config property to allow navigating in the canvas in readonly. It may have been a better default to begin with but not sure it's worth a breaking change.