Skip to content

Commit

Permalink
Merge pull request #4575 from nextcloud-libraries/fix/emojipicker_sel…
Browse files Browse the repository at this point in the history
…ected_native

fix(NcEmojiPicker): Set type to `native` for selected emoji
  • Loading branch information
mejo- committed Sep 26, 2023
2 parents b641a59 + 545e9f3 commit 77ca1e0
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 77ca1e0

Please sign in to comment.