Replies: 1 comment
-
This hook is modular, so you have to implement that in user land. Use a global state that holds a flag of the modal state (active or not active). Then use that flag to determine if a hotkey should be enabled by setting that flag on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we disable the background hotkeys used when we are inside any modals?.
I have hotkeys in sidebar that toggle the sidebar tabs menu. When I open any modal in the current page. I want to disable those keys in the sidebar and prevent interaction in background. Is there anyway?
Beta Was this translation helpful? Give feedback.
All reactions