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
I have a drag-and-drop functionality in my application. And have an event listener for mouse move that listens when buttons: 1 (left mouse button is down)
realMouseMove triggers event only with buttons: 0 (no buttons are pressed)
The text was updated successfully, but these errors were encountered:
Is there a way to pass buttons (https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/buttons) prop to realMouseMove?
I have a drag-and-drop functionality in my application. And have an event listener for mouse move that listens when
buttons: 1
(left mouse button is down)realMouseMove triggers event only with
buttons: 0
(no buttons are pressed)The text was updated successfully, but these errors were encountered: