mastodon/app/assets/javascripts
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
..
components Textarea: fix clicking on name suggestions 2017-01-22 22:57:58 -08:00
application.js Only load JS on homepage, no other page uses it 2016-09-24 13:47:51 +02:00
application_public.js Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 2017-01-12 20:46:24 +01:00
cable.js Dockerfile adjustments 2016-08-24 18:51:36 +02:00
components.js Add an Intl polyfill 2016-11-17 16:34:36 +01:00
extras.jsx simplify emojification on public pages with .emojify class 2017-01-09 22:41:47 -05:00