mastodon/app/javascript
unarist 84214b864c Ignore keyevents during text composition (#7205)
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.
2018-04-20 18:36:52 +02:00
..
fonts
images
mastodon Ignore keyevents during text composition (#7205) 2018-04-20 18:36:52 +02:00
packs Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
styles Improve report layout (#7188) 2018-04-20 02:28:48 +02:00