EmojiPicker: Workaround to search immediately on mobile

See https://github.com/vuejs/vue/pull/9814
This commit is contained in:
Lain Soykaf 2022-06-12 13:38:12 +02:00
commit 9c8738ff22
2 changed files with 4 additions and 2 deletions

View file

@ -47,6 +47,7 @@
type="text"
class="form-control"
:placeholder="$t('emoji.search_emoji')"
@input="$event.target.composing = false"
>
</div>
<div