Merge branch 'emoji-optimizations' into shigusegubu
* emoji-optimizations: fix picker not filling on opening, removed console log
This commit is contained in:
commit
d839e16222
2 changed files with 1 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ const EmojiPicker = {
|
|||
const bufferSize = this.customEmojiBuffer.length
|
||||
const bufferPrefilledSane = bufferSize === LOAD_EMOJI_SANE_AMOUNT && !this.customEmojiLoadAllConfirmed
|
||||
const bufferPrefilledAll = bufferSize === this.filteredEmoji.length
|
||||
if (!forceUpdate || bufferPrefilledSane || bufferPrefilledAll) {
|
||||
if (forceUpdate || bufferPrefilledSane || bufferPrefilledAll) {
|
||||
return
|
||||
}
|
||||
if (this.customEmojiTimeout) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue