cyhhao 2 роки тому
батько
коміт
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