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
It turns out that the Ctrl+a keybind doesn't even work on Windows. Directly using the Select All menu item works just fine, but trying to invoke the action from the keyboard on Windows doesn't even trigger the clickHandlerMake function. My guess is that the menu item has to be declared with a role field in order for it to work.
"Your function is working just fine. My guess is that the hidden text box is
capturing the Ctrl+A keybind and halting propagation natively."
This does work fine on macOS.
The text was updated successfully, but these errors were encountered: