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 conversation links to a pull request where I proposed a fix, but finally wasn't sure if it could cause problems, and closed it.
For example, for opening a context menu, typically (in my opinion), listening the "mouse down" is the desired behavior. I mean, the context menu si opened immediately after the right button is pressed, not when the button is released. In that sense, it's different from the usual behavior for the main button action, that is triggered when the left button is released (so click is done).
Now it is only working for the primary button.
Right click is only recognized by having the mouseDown and mouseUp event
The text was updated successfully, but these errors were encountered: