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/assets/javascripts/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.
9 years ago
..
actions No loading bars for cards, no failure if it 404s (that's expected) 9 years ago
components Textarea: fix clicking on name suggestions 9 years ago
containers Improve how the list entry Account component looks when target is blocked/follow is requested 9 years ago
features Fix #475 - add space after autocomplete 9 years ago
locales Home column filters 9 years ago
middleware Fix #238 - Add "favourites" column 9 years ago
reducers Fix #475 - add space after autocomplete 9 years ago
selectors Adding notifications column 9 years ago
store Instead of refusing to create accounts, domain blocks auto-suspend new accounts from that domain 9 years ago
.gitkeep
api.jsx Fix #203 - try/catch around JSON parse 9 years ago
emoji.jsx Revert "Display native emoji on browsers which support it" 9 years ago
is_mobile.jsx Switch to compose view when tapping 'mention' in dropdown on mobile 9 years ago