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 found this thinking it was an error in my code, it happens with 0.7.1 and 0.8.0
I don't know if this is the correct behaviour, but if you press 2 mouse buttons without releasing them, you get 2 "mousedown" events, after releasing the buttons you only get 1 "pressup" event.
If you believe this is the correct behaviour, is there any easy way to generate both pressup events? Thank you.