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
Using this as your config, you can see the unexpected behavior by using this sequence of key presses
cmdj-- triggers the modall-- opens the "links" groupscmdj-- reset the modal back to the roota-- opens apple.com in the browser, closing the modal UI, signals to user that it's not listeningg-- opens google.com in the browser because the first modal was still listening for keypresses
The workaround is to press escape before starting a new modal, but I have a fix for this bug. I'll open a PR right after posting this issue.
The text was updated successfully, but these errors were encountered:
I would expect pressing the trigger key to cancel any in-progress modal, but it doesn't. It hides the UI, but is still listening for keypresses.
Here is a minimal reproduction:
Using this as your config, you can see the unexpected behavior by using this sequence of key presses
The workaround is to press escape before starting a new modal, but I have a fix for this bug. I'll open a PR right after posting this issue.
The text was updated successfully, but these errors were encountered: