chinwagsocial/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.
2017-01-22 22:57:58 -08:00
..
actions No loading bars for cards, no failure if it 404s (that's expected) 2017-01-20 01:07:53 +01:00
components Textarea: fix clicking on name suggestions 2017-01-22 22:57:58 -08:00
containers Improve how the list entry Account component looks when target is blocked/follow is requested 2017-01-16 19:36:32 +01:00
features Fix #475 - add space after autocomplete 2017-01-20 21:39:41 +01:00
locales Home column filters 2017-01-10 17:25:10 +01:00
middleware Fix #238 - Add "favourites" column 2017-01-16 13:28:25 +01:00
reducers Fix #475 - add space after autocomplete 2017-01-20 21:39:41 +01:00
selectors Adding notifications column 2016-11-20 19:39:58 +01:00
store Instead of refusing to create accounts, domain blocks auto-suspend new accounts from that domain 2017-01-20 20:14:02 +01:00
.gitkeep Adding React.js, Redux, revamping dashboard 2016-08-24 17:56:44 +02:00
api.jsx Fix #203 - try/catch around JSON parse 2016-12-11 23:18:41 +01:00
emoji.jsx Revert "Display native emoji on browsers which support it" 2017-01-05 13:45:21 +01:00
is_mobile.jsx Switch to compose view when tapping 'mention' in dropdown on mobile 2017-01-08 17:12:00 -05:00