Skip to content
Snippets Groups Projects
Commit e35e788e authored by tamaina's avatar tamaina
Browse files

fix(client): use MkEmoji for custom emoji in MkEmojiPicker

parent 329ef760
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@
tabindex="0"
@click="chosen(emoji, $event)"
>
<!--<MkEmoji v-if="emoji.char != null" :emoji="emoji.char"/>-->
<img class="emoji" :src="disableShowingAnimatedImages ? getStaticImageUrl(emoji.url) : emoji.url"/>
<MkEmoji class="emoji" :emoji="`:${emoji.name}:`" />
</button>
</div>
<div v-if="searchResultUnicode.length > 0" class="body">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment