mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 02:52:55 +08:00
UX: Remove limit for emoji search in composer (#17014)
This commit is contained in:
parent
4be67ef9a7
commit
86ab82f057
@ -262,7 +262,6 @@ export default Component.extend({
|
||||
|
||||
if (filter) {
|
||||
results.innerHTML = emojiSearch(filter.toLowerCase(), {
|
||||
maxResults: 20,
|
||||
diversity: this.emojiStore.diversity,
|
||||
})
|
||||
.map(this._replaceEmoji)
|
||||
|
Loading…
x
Reference in New Issue
Block a user