mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
Fix delayed mention search results
Fixes https://github.com/flarum/core/issues/3095
This commit is contained in:
parent
03c6db4c8d
commit
84dcde4e85
|
@ -25,7 +25,8 @@ const throttledSearch = throttle(
|
|||
returnedUsers.push(u);
|
||||
}
|
||||
});
|
||||
if (dropdown.active) buildSuggestions();
|
||||
|
||||
buildSuggestions();
|
||||
});
|
||||
searched.push(typedLower);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user