forked from AkkomaGang/akkoma-fe
lint
This commit is contained in:
parent
59d046b163
commit
38d9ea8b17
2 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<div
|
||||
ref="root"
|
||||
v-click-outside="onClickOutside"
|
||||
class="emoji-input"
|
||||
:class="{ 'with-picker': !hideEmojiButton }"
|
||||
ref='root'
|
||||
>
|
||||
<slot />
|
||||
<template v-if="enableEmojiPicker">
|
||||
|
|
Loading…
Reference in a new issue