Skip to content

Commit

Permalink
chore(scrollbar): fixed code
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBos authored and stavares843 committed Apr 26, 2022
1 parent 9615a23 commit e77e7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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()" v-if="ui.enhancers.route === 'emotes'">
<emoji-picker @emoji="addEmoji" :search="search.toLowerCase()">
<div
ref="emojiInvoker"
slot="emoji-invoker"
Expand Down
2 changes: 1 addition & 1 deletion components/views/chat/enhancers/Enhancers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default Vue.extend({
this.resetSearch()
},
},
mounted() {
created() {
this.openEmoji()
},
methods: {
Expand Down

0 comments on commit e77e7a9

Please sign in to comment.