Fix picker not staying open for reacts (also thanks samme)

This commit is contained in:
Zero 2022-12-01 17:34:19 -05:00
parent cc09f0bcb9
commit 72efb7d0e9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const ReactButton = {
} else {
this.$store.dispatch('reactWithEmoji', { id: this.status.id, emoji })
}
close()
if (!event.keepOpen) { close() }
},
focusInput () {
this.$nextTick(() => {