Skip to content

Commit

Permalink
Merge pull request #7141 from nextcloud/bugfix/noid/fix-category-sele…
Browse files Browse the repository at this point in the history
…ction

Fix category selection in reactions emoji picker
  • Loading branch information
marcoambrosini committed Apr 13, 2022
2 parents a36cd1d + de31a4d commit c28d494
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 c28d494

Please sign in to comment.