start loading emoji when picker is open
This commit is contained in:
parent
37b8490c01
commit
bed109ae46
2 changed files with 2 additions and 3 deletions
|
@ -33,9 +33,6 @@ const EmojiPicker = {
|
|||
components: {
|
||||
StickerPicker: () => import('../sticker_picker/sticker_picker.vue')
|
||||
},
|
||||
mounted () {
|
||||
this.startEmojiLoad()
|
||||
},
|
||||
methods: {
|
||||
onEmoji (emoji) {
|
||||
const value = emoji.imageUrl ? `:${emoji.displayText}:` : emoji.replacement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue