cyhhao преди 1 година
родител
ревизия
ae8ceb8dca
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  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