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
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.
8 years ago
..
assets Textarea: fix clicking on name suggestions 8 years ago
channels Adding unified streamable notifications 8 years ago
controllers Fix inflection 8 years ago
helpers Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 8 years ago
lib Fix #463 - Fetch and display previews of URLs using OpenGraph tags 8 years ago
mailers Follow requests send e-mail notifications, but are excluded from notifications API 8 years ago
models Mitigate inconsistent notifications 8 years ago
services Call uniq on the string version of mb_chars tags 8 years ago
views Improve error page layouting. 500 page has to stay static because it's 8 years ago
workers Fix #463 - Fetch and display previews of URLs using OpenGraph tags 8 years ago