You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sensitivity option has no effect on any browser I've tested on. I'm wondering if this has to do with the fact that we're using the mouseleave event on HTML? If it only fires when the mouse has already left how are we able to increase sensitivity? Or possible I am misunderstanding the meaning of the sensitivity option.
I was able to fix this by using the 'mousemove' event (and keeping track of clientY so that I could ensure the mouse is moving generally upwards and not downward).
The text was updated successfully, but these errors were encountered:
The sensitivity option has no effect on any browser I've tested on. I'm wondering if this has to do with the fact that we're using the mouseleave event on HTML? If it only fires when the mouse has already left how are we able to increase sensitivity? Or possible I am misunderstanding the meaning of the sensitivity option.
I was able to fix this by using the 'mousemove' event (and keeping track of clientY so that I could ensure the mouse is moving generally upwards and not downward).
The text was updated successfully, but these errors were encountered: