fix: fix inserting emoji with skintone (#2201)

This commit is contained in:
Nolan Lawson 2022-11-18 09:32:39 -08:00 committed by GitHub
parent a318746961
commit 2131ababf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
close,
onEmojiSelected (event) {
const { realm } = this.get()
insertEmoji(realm, event.detail.emoji)
insertEmoji(realm, event.detail)
this.close()
},
onPickerKeydown (event) {