improve emoji reaction action button behavior and feedback
This commit is contained in:
parent
4f3c20f388
commit
a2a1346162
8 changed files with 28 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ export const BUTTONS = [
|
|||
label: 'tool_tip.add_reaction',
|
||||
icon: ['far', 'smile-beam'],
|
||||
interactive: () => true,
|
||||
active: () => false,
|
||||
active: ({ emojiPickerShown }) => emojiPickerShown,
|
||||
toggleable: true,
|
||||
anonLink: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue