mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 19:19:29 +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 {
|
} 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(() => {
|
||||||
|
|
Loading…
Reference in a new issue