fix reactions but actually this time
This commit is contained in:
parent
8a17e3f95e
commit
54b440b9f5
5 changed files with 49 additions and 37 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue