Mouse positioning doesn't respect scroll position
Opened this issue · 0 comments
alex-enchi commented
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.