Skip to content

Commit f0e1772

Browse files
committed
Format
1 parent 602b459 commit f0e1772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/AIChat/AIChatInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function AIChatInput(props: {
3939
const timeout = setTimeout(() => {
4040
inputRef.current?.focus();
4141
}, 50);
42-
42+
4343
return () => clearTimeout(timeout);
4444
}
4545
}, [disabled, loading]);

0 commit comments

Comments
 (0)