Composer: Open Bot Command Menu by clicking (#5776)
This commit is contained in:
parent
c8b9832458
commit
391bfc9534
@ -1914,7 +1914,9 @@ const Composer: FC<OwnProps & StateProps> = ({
|
||||
)}
|
||||
{withBotCommands && (
|
||||
<ResponsiveHoverButton
|
||||
className={buildClassName('bot-commands', isBotCommandMenuOpen && 'activated')}
|
||||
className={buildClassName(
|
||||
'bot-commands', 'composer-action-button',
|
||||
)}
|
||||
round
|
||||
disabled={botCommands === undefined}
|
||||
color="translucent"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user