Browse Source

rm input mouseover

cyhhao 1 year ago
parent
commit
ae8ceb8dca
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/components/chat.tsx

+ 0 - 3
app/components/chat.tsx

@@ -627,9 +627,6 @@ export function Chat(props: {
               setAutoScroll(false);
               setTimeout(() => setPromptHints([]), 500);
             }}
-            onMouseOver={() => {
-              inputRef.current?.focus();
-            }}
             autoFocus={!props?.sideBarShowing}
           />
           <IconButton