2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

fix whitespace.

This commit is contained in:
Miroslav Šedivý 2021-11-17 18:39:36 +01:00
parent 8f0115e7b0
commit 6d7486ab57

@ -1,5 +1,5 @@
<template>
<div class="emotes" @mouseleave="stopSendingEmotes" @mouseup="stopSendingEmotes">
<div class="emotes" @mouseleave="stopSendingEmotes" @mouseup="stopSendingEmotes">
<ul v-if="!muted">
<li v-for="emote in recent" :key="emote">
<div :class="['emote', emote]" @mousedown.stop.prevent="startSendingEmotes(emote)" />