You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript
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.
7 years ago
..
fonts Redesign the landing page, mount public timeline on it (#4122) 8 years ago
images Focal points (#6520) 7 years ago
mastodon Fix Esc hotkey behavior (#7199) 7 years ago
packs Improve report layout (#7188) 7 years ago
styles Improve report layout (#7188) 7 years ago