1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2025-01-27 16:11:23 +01:00

fix emoji input warning spam

This commit is contained in:
Henry Jameson 2022-03-30 01:24:53 +03:00
parent 70593e71e6
commit c3690b456e

View File

@ -31,7 +31,7 @@ library.add(
*/
const EmojiInput = {
emits: ['update:modelValue'],
emits: ['update:modelValue', 'shown'],
props: {
suggest: {
/**