Skip to content
Snippets Groups Projects
Commit d7dda8f6 authored by syuilo's avatar syuilo
Browse files

絵文字ピッカーでカスタム絵文字が表示されないのを修正

parent 6670c72f
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@
class="_button item"
@click="emit('chosen', emoji, $event)"
>
<MkEmoji class="emoji" :emoji="emoji" :normal="true"/>
<MkCustomEmoji v-if="emoji[0] === ':'" class="emoji" :name="emoji" :normal="true"/>
<MkEmoji v-else class="emoji" :emoji="emoji" :normal="true"/>
</button>
</div>
</section>
......
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