woodenconsulting/react-js-diagrams

Mouse positioning doesn't respect scroll position

Opened this issue · 0 comments

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.