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

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
1 changed files with 2 additions and 1 deletions

View File

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