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 Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
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 Account archive download (#6460) 2018-02-21 23:21:32 +01:00
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 Redesign landing page (again) (#6486) 2018-02-22 01:03:48 +01:00
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 Allow more than the max pins if account is not local (#7105) 2018-04-12 20:36:02 +02:00
views Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
workers Ensure SynchronizeFeaturedCollectionWorker is unique and clean up (#7043) 2018-04-13 01:27:22 +02:00