-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Can't enter 'ą' character in tags mode #1132
Copy link
Copy link
Closed
Description
Try input word that contains "ą" letter.
Keyboard Shortcut: Alt + A
Solution: http://stackoverflow.com/a/18570096
Disable "Select All" on Alt Gr key
if (event.ctrlKey && event.altKey) {
// Appears to be Alt Gr
}
Reactions are currently unavailable
