Skip to content

Commit

Permalink
Merge pull request #4579 from nextcloud-libraries/backport/stable7/4575
Browse files Browse the repository at this point in the history
[stable7] fix(NcEmojiPicker): Set type to `native` for selected emoji
  • Loading branch information
mejo- committed Sep 26, 2023
2 parents f33364f + fae7ab0 commit 13ef4d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NcEmojiPicker/NcEmojiPicker.vue
Expand Up @@ -169,11 +169,13 @@ This component allows the user to pick an emoji.
<Emoji class="emoji-selected"
:data="emojiIndex"
:emoji="selectedEmoji"
:native="true"
:size="32"
@click="unselect" />
<Emoji class="emoji-delete"
:data="emojiIndex"
emoji=":x:"
:native="true"
:size="10"
@click="unselect" />
</template>
Expand Down

0 comments on commit 13ef4d0

Please sign in to comment.