Browse Source

rm input mouseover

cyhhao 2 năm trước cách đây
mục cha
commit
ae8ceb8dca
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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