mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-26 22:47:58 +02:00
fix whitespace.
This commit is contained in:
parent
8f0115e7b0
commit
6d7486ab57
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue