We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8427b87 + 870bff9 commit 725ed1aCopy full SHA for 725ed1a
ui/packages/platform/src/pages/Bot/Command/Command.tsx
@@ -194,7 +194,7 @@ export const Command = React.memo((props: Props) => {
194
if (!inputRef.current) return
195
if (window.innerWidth > theme.breakpoints.values.md) inputRef.current.focus()
196
if (!location.state?.skipReloading) setValue('')
197
- }, [threadId]);
+ }, [threadId, loading]);
198
199
return (
200
<div className={classes.root}>
0 commit comments