woodenconsulting / react-js-diagrams

A flow based diagramming library written in React
MIT License
220 stars 61 forks source link

Canvas Active #23

Open pacosta613 opened 6 years ago

pacosta613 commented 6 years ago

I've implemented a project similar to demo4 example. My problem is that I am having is that whenever I drag a node over, I need to click on the diagram in order for it to respond. I see the onChange function which passes an action to the canvas. is there any way to keep the diagram always active?