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
Another solution could be allowing the user to customize what modifier key to use. For example, I'd love to be able to set it to ctrl-opt-shift click, or cmd-opt click.
Describe the bug
Option
+Click
on link element is overlapped with browser native download behavior.OS
Macos
To Reproduce
Steps to reproduce the behavior:
Option
+Click
on some link element like<a href=...>
Expected behavior
Not overlapped with download behavior.
Screenshots
Desktop (please complete the following information):
Additional context
This happens because of hotkey conflict, I can think of 2 ways of solutions:
event.preventDefault()
but that will deactivate the download behavior and that is not perfectclick-to-component/packages/click-to-react-component/src/ClickToComponent.js
Lines 86 to 102 in 535727a
The text was updated successfully, but these errors were encountered: