From ae8ceb8dca5fad06b3fb27dc8132526981ad3ecf Mon Sep 17 00:00:00 2001 From: cyhhao Date: Mon, 3 Apr 2023 15:21:03 +0800 Subject: [PATCH] rm input mouseover --- app/components/chat.tsx | 3 --- 1 file changed, 3 deletions(-) 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} />