From bb0fd2a2614baf4d245d3a2f75765c8c458b7416 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} />