Remove useless class disabled
in emoji picker
Ref: grouped-emoji-picker
This commit is contained in:
parent
f1d6e6afce
commit
031a01be79
@ -7,8 +7,7 @@
|
||||
:key="group.id"
|
||||
class="emoji-tabs-item"
|
||||
:class="{
|
||||
active: activeGroupView === group.id,
|
||||
disabled: false
|
||||
active: activeGroupView === group.id
|
||||
}"
|
||||
:title="group.text"
|
||||
@click.prevent="highlight(group.id)"
|
||||
|
Loading…
Reference in New Issue
Block a user