mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 08:50:06 +09:00
refactor: 絵文字URLを引き回すのをやめる (#9423)
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
:class="{ reacted: note.myReaction == reaction, canToggle }"
|
||||
@click="toggleReaction()"
|
||||
>
|
||||
<XReactionIcon class="icon" :reaction="reaction" :custom-emojis="note.emojis"/>
|
||||
<XReactionIcon class="icon" :reaction="reaction"/>
|
||||
<span class="count">{{ count }}</span>
|
||||
</button>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user