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
{{ message }}
This repository was archived by the owner on Aug 3, 2022. It is now read-only.
Right now, Switch reacts to middle and right mouse clicks as well, which is wrong. Particularly, right click also brings up the context menu. This can be demonstrated right at the linked PatternFly-react storybook demo.
Their event handlers should only do something if ev.button == 0, i. e. left click.