woodenconsulting / react-js-diagrams

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

Mouse positioning doesn't respect scroll position #12

Open alex-enchi opened 7 years ago

alex-enchi commented 7 years ago

If page is scrolled down mouse position calculated wrong.

How to check: scroll down the page and try to connector from point.

Using .clientX instead of .pageX should fix this.