mastodon/app/assets/javascripts/components/components
Misty De Meo 33fd8a7d95 Textarea: fix clicking on name suggestions
This was broken in c3e9ba6a, which added an onBlur to hide the
suggestions when the textarea loses focus. Unfortunately, this fired
even when the textarea lost focus to its own suggestions box, and that
meant that onSuggestionClick is never called.

Setting a short window in which onSuggestionClick can still happen
before hiding the suggestion area ensures that clicking still works,
while still hiding the suggestions if the user clicks on something else.
2017-01-22 22:57:58 -08:00
..
account.jsx Improve how the list entry Account component looks when target is blocked/follow is requested 2017-01-16 19:36:32 +01:00
autosuggest_textarea.jsx Textarea: fix clicking on name suggestions 2017-01-22 22:57:58 -08:00
avatar.jsx
button.jsx
column_back_button.jsx
column_collapsable.jsx Add sounds for notifications. Boop by @jk@mastodon.social 2017-01-17 20:09:03 +01:00
display_name.jsx
dropdown_menu.jsx
icon_button.jsx Better animations 2017-01-11 04:21:49 +01:00
lightbox.jsx Fix #414 - Improve lightbox, add loading indicator 2017-01-16 12:04:02 +01:00
loading_indicator.jsx Add "not found" component to UI 2017-01-10 13:50:59 +01:00
media_gallery.jsx Show visibility toggle on videos, show regardless of sensitivity 2017-01-19 21:24:30 -05:00
missing_indicator.jsx Add "not found" component to UI 2017-01-10 13:50:59 +01:00
permalink.jsx
relative_timestamp.jsx
status.jsx
status_action_bar.jsx Better animations 2017-01-11 04:21:49 +01:00
status_content.jsx
status_list.jsx
video_player.jsx Show visibility toggle on videos, show regardless of sensitivity 2017-01-19 21:24:30 -05:00