fix reactions but actually this time

This commit is contained in:
CoolElectronics 2024-06-11 17:22:25 -04:00
parent 8a17e3f95e
commit 54b440b9f5
No known key found for this signature in database
GPG key ID: F63593D168636C50
5 changed files with 49 additions and 37 deletions

View file

@ -9,7 +9,6 @@
class="emoji-reaction btn button-default"
:class="{ 'picked-reaction': reactedWith(reaction.name), 'not-clickable': !loggedIn }"
@click="emojiOnClick(reaction.name, $event)"
@mouseenter="fetchEmojiReactionsByIfMissing()"
>
<span
v-if="reaction.url !== null"