mastodon/app/javascript/mastodon/components
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
..
__tests__
account.js
attachment_list.js
autosuggest_emoji.js
autosuggest_textarea.js Ignore keyevents during text composition (#7205) 2018-04-20 18:36:52 +02:00
avatar.js
avatar_overlay.js
button.js
collapsable.js
column.js
column_back_button.js
column_back_button_slim.js
column_header.js
display_name.js
domain.js Add some UI for user-defined domain blocks (#6628) 2018-03-30 12:38:00 +02:00
dropdown_menu.js Fix #6157: boosting own private toots (#7200) 2018-04-20 14:58:33 +02:00
extended_video_player.js
icon_button.js
intersection_observer_article.js
load_gap.js Improve load gap styling in web UI (#7100) 2018-04-10 17:12:10 +02:00
load_more.js
loading_indicator.js
media_gallery.js
missing_indicator.js
modal_root.js
permalink.js
relative_timestamp.js
scrollable_list.js Fix scrolling behavior (#7151) 2018-04-16 21:04:24 +02:00
setting_text.js
status.js Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. (#7202) 2018-04-20 18:14:21 +02:00
status_action_bar.js Fix #6157: boosting own private toots (#7200) 2018-04-20 14:58:33 +02:00
status_content.js
status_list.js Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. (#7202) 2018-04-20 18:14:21 +02:00