mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
emoji react: make keep picker button do something
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
0900a9d87b
commit
5bd436892b
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ const ReactButton = {
|
|||
} else {
|
||||
this.$store.dispatch('reactWithEmoji', { id: this.status.id, emoji })
|
||||
}
|
||||
close()
|
||||
|
||||
if (!event.keepOpen) { close() }
|
||||
},
|
||||
focusInput () {
|
||||
this.$nextTick(() => {
|
||||
|
|
Loading…
Reference in a new issue