mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-10 20:57:28 +08:00
fix: reactions面板,超过三种reaction才采用省略样式 而不是三个 #724
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
@mouseenter="cancelHide"
|
@mouseenter="cancelHide"
|
||||||
@mouseleave="scheduleHide"
|
@mouseleave="scheduleHide"
|
||||||
>
|
>
|
||||||
<template v-if="reactions.length < 4">
|
<template v-if="counts.length < 4">
|
||||||
<div
|
<div
|
||||||
v-for="r in displayedReactions"
|
v-for="r in displayedReactions"
|
||||||
:key="r.type"
|
:key="r.type"
|
||||||
|
|||||||
Reference in New Issue
Block a user