forked from AkkomaGang/akkoma-fe
Apply suggestion to src/components/emoji_picker/emoji_picker.vue
This commit is contained in:
parent
9651293956
commit
4f0195b05c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
@click.stop.prevent="onEmoji(emoji)"
|
||||
@mouseenter="setZoomEmoji($event, emoji)"
|
||||
@mouseleave="setZoomEmoji($event, false)"
|
||||
>
|
||||
>
|
||||
<span v-if="!emoji.imageUrl">
|
||||
{{ emoji.replacement }}
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue