mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix whitespace.
This commit is contained in:
parent
8f0115e7b0
commit
6d7486ab57
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="emotes" @mouseleave="stopSendingEmotes" @mouseup="stopSendingEmotes">
|
<div class="emotes" @mouseleave="stopSendingEmotes" @mouseup="stopSendingEmotes">
|
||||||
<ul v-if="!muted">
|
<ul v-if="!muted">
|
||||||
<li v-for="emote in recent" :key="emote">
|
<li v-for="emote in recent" :key="emote">
|
||||||
<div :class="['emote', emote]" @mousedown.stop.prevent="startSendingEmotes(emote)" />
|
<div :class="['emote', emote]" @mousedown.stop.prevent="startSendingEmotes(emote)" />
|
||||||
|
Loading…
Reference in New Issue
Block a user