fix: fix inserting emoji with skintone (#2201)
This commit is contained in:
parent
a318746961
commit
2131ababf3
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
close,
|
||||
onEmojiSelected (event) {
|
||||
const { realm } = this.get()
|
||||
insertEmoji(realm, event.detail.emoji)
|
||||
insertEmoji(realm, event.detail)
|
||||
this.close()
|
||||
},
|
||||
onPickerKeydown (event) {
|
||||
|
|
Loading…
Add table
Reference in a new issue