Compare commits

...

1 Commits

Author SHA1 Message Date
Sam Therapy 5bd436892b
emoji react: make keep picker button do something
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-01 23:49:37 +01:00
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(() => {