Composer: Open Bot Command Menu by clicking (#5776)

This commit is contained in:
Alexander Zinchuk 2025-04-04 13:03:59 +02:00
parent c8b9832458
commit 391bfc9534

View File

@ -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"