Fix emoji picker lint
This commit is contained in:
parent
b376a5b864
commit
a3b01284f7
1 changed files with 1 additions and 1 deletions
|
@ -98,8 +98,8 @@
|
||||||
>{{ emoji.replacement }}</span>
|
>{{ emoji.replacement }}</span>
|
||||||
<still-image
|
<still-image
|
||||||
v-else
|
v-else
|
||||||
class="emoji-picker-emoji -custom"
|
|
||||||
:ref="setEmojiRef(group.id + emoji.displayText)"
|
:ref="setEmojiRef(group.id + emoji.displayText)"
|
||||||
|
class="emoji-picker-emoji -custom"
|
||||||
:data-src="emoji.imageUrl"
|
:data-src="emoji.imageUrl"
|
||||||
:data-emoji-name="group.id + emoji.displayText"
|
:data-emoji-name="group.id + emoji.displayText"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue