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 && (
|
{withBotCommands && (
|
||||||
<ResponsiveHoverButton
|
<ResponsiveHoverButton
|
||||||
className={buildClassName('bot-commands', isBotCommandMenuOpen && 'activated')}
|
className={buildClassName(
|
||||||
|
'bot-commands', 'composer-action-button',
|
||||||
|
)}
|
||||||
round
|
round
|
||||||
disabled={botCommands === undefined}
|
disabled={botCommands === undefined}
|
||||||
color="translucent"
|
color="translucent"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user