mastodon/app
unarist 4e35ce8269 Fix Esc hotkey behavior (#7199)
This fixes following cases which causes hotkey action accidentally:

* hitting Esc key to cancel text composition (mostly in CJK)

  Although events on cancelling composition are still heavily
  browser / input method dependent, but this implementation would
  covers current UI Events spec and some exceptions.

* hitting Esc key to close autocomplete suggestions

This PR changes to use keydown event instead of keyup event as well as other hotkeys.
2018-04-20 14:04:16 +02:00
..
chewy
controllers Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
helpers Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
javascript Fix Esc hotkey behavior (#7199) 2018-04-20 14:04:16 +02:00
lib
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
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