forked from AkkomaGang/akkoma-fe
post-merge fix
This commit is contained in:
parent
84ebae8ed3
commit
2274976c09
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
class="emoji-reaction btn btn-default"
|
class="emoji-reaction btn btn-default"
|
||||||
:class="{ 'picked-reaction': reactedWith(reaction.name), 'not-clickable': !loggedIn }"
|
:class="{ 'toggled': reactedWith(reaction.name), 'not-clickable': !loggedIn }"
|
||||||
@click="emojiOnClick(reaction.name, $event)"
|
@click="emojiOnClick(reaction.name, $event)"
|
||||||
@mouseenter="fetchEmojiReactionsByIfMissing()"
|
@mouseenter="fetchEmojiReactionsByIfMissing()"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue