mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-24 23:26:17 +09:00
fix(client): use MkEmoji for custom emoji in MkEmojiPicker
This commit is contained in:
parent
329ef760bf
commit
e35e788ebb
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user