reactjs/react-modal
Ver no GitHubHow do I close Modal on right click in overlay?
Open
#837 aberto em 15 de nov. de 2020
easyfeaturehelp wanted
Description
Summary:
I wish to close the modal on secondary click (right mouse click). This works in your codepen demo for v.1.6.2: https://codepen.io/claydiffrient/pen/ZBmyKz?editors=1111 But not in my own demo with v3.3.2, see here: https://codepen.io/CharlotteA/pen/PozLwNw?editors=1111
Am I missing a new prop to handle this?
Expected behavior:
Close on right-click: https://codepen.io/claydiffrient/pen/ZBmyKz?editors=1111
Link to example of issue:
Not closing on right-click: https://codepen.io/CharlotteA/pen/PozLwNw?editors=1111
Any help very much appreciated! 🤓