Emoji reactions: Make keep open button work #241

Closed
sam wants to merge 1 commit from sam/pleroma-fe:emoji-react-keep-open into develop

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