emoji react: make keep picker button do something
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-12-01 23:49:37 +01:00
parent 0900a9d87b
commit 5bd436892b
Signed by untrusted user: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -25,7 +25,8 @@ const ReactButton = {
} else { } else {
this.$store.dispatch('reactWithEmoji', { id: this.status.id, emoji }) this.$store.dispatch('reactWithEmoji', { id: this.status.id, emoji })
} }
close()
if (!event.keepOpen) { close() }
}, },
focusInput () { focusInput () {
this.$nextTick(() => { this.$nextTick(() => {