add plus icon to emoji reactions button
This commit is contained in:
parent
384b9b8315
commit
d22fb84d12
1 changed files with 3 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ export const BUTTONS = [
|
||||||
name: 'emoji',
|
name: 'emoji',
|
||||||
label: 'tool_tip.add_reaction',
|
label: 'tool_tip.add_reaction',
|
||||||
icon: ['far', 'smile-beam'],
|
icon: ['far', 'smile-beam'],
|
||||||
|
interactive: () => true,
|
||||||
|
active: () => false,
|
||||||
|
toggleable: true,
|
||||||
anonLink: true,
|
anonLink: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue