UX: Remove limit for emoji search in composer (#17014)

This commit is contained in:
Penar Musaraj 2022-06-07 16:00:52 +00:00 committed by GitHub
parent 4be67ef9a7
commit 86ab82f057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ export default Component.extend({
if (filter) {
results.innerHTML = emojiSearch(filter.toLowerCase(), {
maxResults: 20,
diversity: this.emojiStore.diversity,
})
.map(this._replaceEmoji)