Bot Command Menu: Fix auto-appearing every 15 seconds (#1643)
This commit is contained in:
parent
73eade5289
commit
ace2d3be35
@ -39,7 +39,7 @@ const BotKeyboardMenu: FC<OwnProps & StateProps> = ({
|
||||
|
||||
useEffect(() => {
|
||||
markForceOpen();
|
||||
}, [markForceOpen, message]);
|
||||
}, [markForceOpen, message?.keyboardButtons]);
|
||||
|
||||
if (!message || !message.keyboardButtons) {
|
||||
return undefined;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user