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/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.
7 years ago
..
__tests__ Surround mid-text display names with bdi tags (#6257) 7 years ago
account.js Fix #6128 - Display unfollow button even if account moved (#6258) 7 years ago
attachment_list.js Display AttachmentList in notifications (#6693) 7 years ago
autosuggest_emoji.js Compress and combine emoji data (#5229) 8 years ago
autosuggest_textarea.js Ignore keyevents during text composition (#7205) 7 years ago
avatar.js Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000) 7 years ago
avatar_overlay.js Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000) 7 years ago
button.js
collapsable.js Upgrade ESLint to version 4.x (#6276) 7 years ago
column.js Fix the usages of Detect Passive Events (#4749) 8 years ago
column_back_button.js
column_back_button_slim.js fix ColumnBackButtonSlim should extended from ColumnBackButton (#6417) 7 years ago
column_header.js Add show more/less toggle for entire threads in web UI (#6733) 7 years ago
display_name.js Surround mid-text display names with bdi tags (#6257) 7 years ago
domain.js Add some UI for user-defined domain blocks (#6628) 7 years ago
dropdown_menu.js Fix #6157: boosting own private toots (#7200) 7 years ago
extended_video_player.js [RFC] Improved media modal (#5956) 7 years ago
icon_button.js Upgrade ESLint to version 4.x (#6276) 7 years ago
intersection_observer_article.js Improve IntersectionObserverArticle perf (#5152) 8 years ago
load_gap.js Improve load gap styling in web UI (#7100) 7 years ago
load_more.js Allow clients to fetch statuses made while they were offline (#6876) 7 years ago
loading_indicator.js
media_gallery.js Show media modal on public pages (#6801) 7 years ago
missing_indicator.js Fix home regeneration (#6251) 7 years ago
modal_root.js Show media modal on public pages (#6801) 7 years ago
permalink.js When enabled, always display media in gallery. Also: click to reveal (#6692) 7 years ago
relative_timestamp.js Clear timer when unmounting RelativeTimestamp components (#5408) 8 years ago
scrollable_list.js Fix scrolling behavior (#7151) 7 years ago
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) 7 years ago
status_action_bar.js Fix #6157: boosting own private toots (#7200) 7 years ago
status_content.js feat(ShowMore): Add classname to show more/show less button (#6904) 7 years ago
status_list.js Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. (#7202) 7 years ago