kopia lustrzana https://github.com/nolanlawson/pinafore
fix: fix inserting emoji with skintone
rodzic
601c3e40c9
commit
993f6bcc22
|
@ -119,7 +119,7 @@
|
||||||
close,
|
close,
|
||||||
onEmojiSelected (event) {
|
onEmojiSelected (event) {
|
||||||
const { realm } = this.get()
|
const { realm } = this.get()
|
||||||
insertEmoji(realm, event.detail.emoji)
|
insertEmoji(realm, event.detail)
|
||||||
this.close()
|
this.close()
|
||||||
},
|
},
|
||||||
onPickerKeydown (event) {
|
onPickerKeydown (event) {
|
||||||
|
|
Ładowanie…
Reference in New Issue