Compare commits

...

1 commit

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

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(() => {