diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 4cc60fa53..2bd80aa8b 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -627,9 +627,6 @@ export function Chat(props: { setAutoScroll(false); setTimeout(() => setPromptHints([]), 500); }} - onMouseOver={() => { - inputRef.current?.focus(); - }} autoFocus={!props?.sideBarShowing} />