Glitch-Shrike/app/javascript/mastodon
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
..
actions Direct messages column (#4514) 2018-04-18 13:09:06 +02:00
components Fix Esc hotkey behavior (#7199) 2018-04-20 14:04:16 +02:00
containers Feature: Direct message from Statuses (#7089) 2018-04-09 17:09:11 +02:00
features Add color variables of texts for better accesibility (#7125) 2018-04-18 16:52:15 +02:00
locales i18n: Update Polish translation (#7181) 2018-04-19 00:14:21 +09:00
middleware
reducers Fix comparing id (#7180) 2018-04-18 16:50:19 +02:00
selectors
service_worker
storage
store
.gitkeep
api.js
base_polyfills.js
compare_id.js Fix comparing id (#7180) 2018-04-18 16:50:19 +02:00
extra_polyfills.js
initial_state.js
is_mobile.js
link_header.js
load_polyfills.js
main.js
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js