mirror of
https://github.com/flarum/core.git
synced 2025-07-24 02:01:19 +02:00
Fix delayed mention search results
Fixes https://github.com/flarum/core/issues/3095
This commit is contained in:
@@ -25,7 +25,8 @@ const throttledSearch = throttle(
|
||||
returnedUsers.push(u);
|
||||
}
|
||||
});
|
||||
if (dropdown.active) buildSuggestions();
|
||||
|
||||
buildSuggestions();
|
||||
});
|
||||
searched.push(typedLower);
|
||||
}
|
||||
|
Reference in New Issue
Block a user