mastodon/app
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
..
chewy
controllers Fix spec for sr-Latn (#7203) 2018-04-20 18:14:31 +02:00
helpers Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
javascript Ignore keyevents during text composition (#7205) 2018-04-20 18:36:52 +02:00
lib Add bio fields (#6645) 2018-04-14 12:41:08 +02:00
mailers
models Direct messages column (#4514) 2018-04-18 13:09:06 +02:00
policies Allow boosting own private toots (#6157) 2018-04-17 23:35:45 +02:00
presenters
serializers Add bio fields (#6645) 2018-04-14 12:41:08 +02:00
services Rescue SSL errors when processing mentions, remove useless line (#7184) 2018-04-19 00:53:31 +02:00
validators
views Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
workers