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
Expected behavior
Disabling the scope of a hotkey should disable the hotkey. And the behavior where disabling all scopes is the same as enabling all scopes is confusing (at least to me).
Desktop (please complete the following information):
OS: macOS
Browser chrome v108
Version 4.3.2
The text was updated successfully, but these errors were encountered:
Are you still considering having active scopes as an empty array instead of ["*"] when all scopes are disabled, so I can create a pull request to this? @JohannesKlauss
Describe the bug
When only one scope is enabled, disabling that scope has the effect of enabling all scopes.
To Reproduce
<HotkeysProvider />
).Please try and add a codesandbox or stackblitz to reproduce the bug:
https://codesandbox.io/s/laughing-zhukovsky-vnrqlj?file=/src/App.js
Expected behavior
Disabling the scope of a hotkey should disable the hotkey. And the behavior where disabling all scopes is the same as enabling all scopes is confusing (at least to me).
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: