Skip to content

Commit

Permalink
chore(scrollbar): fixed emoji not showing on first click
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBos authored and stavares843 committed Apr 26, 2022
1 parent d729ff8 commit 9615a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/views/chat/enhancers/Enhancers.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
scrollShow="scroll"
v-if="ui.enhancers.route === 'emotes'"
>
<emoji-picker @emoji="addEmoji" :search="search.toLowerCase()">
<emoji-picker @emoji="addEmoji" :search="search.toLowerCase()" v-if="ui.enhancers.route === 'emotes'">
<div
ref="emojiInvoker"
slot="emoji-invoker"
Expand Down

0 comments on commit 9615a23

Please sign in to comment.