Skip to content

Commit

Permalink
Fix category selection in reactions emoji picker
Browse files Browse the repository at this point in the history
Before clicking a category was "outside" of the message button bar
and therefor closed the reactions popover.

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 13, 2022
1 parent a0b7605 commit de31a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<span>❤️</span>
</template>
</Button>
<EmojiPicker :container="`#message_${id}`"
<EmojiPicker :container="`#message_${id} .message-buttons-bar`"
@select="handleReactionClick"
@after-show="onEmojiPickerOpen"
@after-hide="onEmojiPickerClose">
Expand Down

0 comments on commit de31a4d

Please sign in to comment.