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
I tried to use the library unsuccessfully. I trying registering one shortcut with element (ref in React) and after that one without element. The second shortcut registration makes both (all) shortcuts global.
Is this expected behavior, it does not seem right.
Hello,
I tried to use the library unsuccessfully. I trying registering one shortcut with element (ref in React) and after that one without element. The second shortcut registration makes both (all) shortcuts global.
Is this expected behavior, it does not seem right.
Here is some code as sample..
first one
and second one
I would expect "r" to work only on the ref element, and "t" to work on the global.
Well, if I don't execute the second hotkeys code, then r is attached to ref element. But if the second one is executed then everything is made global.
The text was updated successfully, but these errors were encountered: