Skip to content
Snippets Groups Projects
user avatar
unarist authored
KeyboardEvent.key may be physical key name (Escape, Tab, etc.)
even in text composition and it causes hotkeys or suggestion selection.
So we need to check e.which or e.isComposing.

Checking e.which also allows us to avoid Esc key on compositionend in Safari.
84214b86
History
Name Last commit Last update
..