logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c3690b456e66585598f05d71643089a5e9770af7
parent 70593e71e642b1f1ea323f2f3b7dc67984f24abb
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 30 Mar 2022 01:24:53 +0300

fix emoji input warning spam

Diffstat:

Msrc/components/emoji_input/emoji_input.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js @@ -31,7 +31,7 @@ library.add( */ const EmojiInput = { - emits: ['update:modelValue'], + emits: ['update:modelValue', 'shown'], props: { suggest: { /**