Fix picker not staying open for reacts (also thanks samme)
This commit is contained in:
parent
cc09f0bcb9
commit
72efb7d0e9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ 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