Skip to content
Snippets Groups Projects
Unverified Commit 031a01be authored by tusooa's avatar tusooa :zap:
Browse files

Remove useless class `disabled` in emoji picker

Ref: grouped-emoji-picker
parent f1d6e6af
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1408Group emojis into packs in emoji picker
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment