chinwagsocial/app
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
..
assets Textarea: fix clicking on name suggestions 2017-01-22 22:57:58 -08:00
channels Adding unified streamable notifications 2016-11-20 19:39:58 +01:00
controllers Fix inflection 2017-01-22 23:08:51 +01:00
helpers Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 2017-01-12 20:46:24 +01:00
lib Fix #463 - Fetch and display previews of URLs using OpenGraph tags 2017-01-20 01:00:14 +01:00
mailers Follow requests send e-mail notifications, but are excluded from notifications API 2016-12-26 21:52:03 +01:00
models Mitigate inconsistent notifications 2017-01-22 21:50:17 +01:00
services Call uniq on the string version of mb_chars tags 2017-01-21 21:02:42 +11:00
views Improve error page layouting. 500 page has to stay static because it's 2017-01-21 22:30:47 +01:00
workers Fix #463 - Fetch and display previews of URLs using OpenGraph tags 2017-01-20 01:00:14 +01:00