Skip to content

Commit

Permalink
rm input mouseover
Browse files Browse the repository at this point in the history
  • Loading branch information
cyhhao committed Apr 3, 2023
1 parent 8db26bb commit ae8ceb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,6 @@ export function Chat(props: {
setAutoScroll(false);
setTimeout(() => setPromptHints([]), 500);
}}
onMouseOver={() => {
inputRef.current?.focus();
}}
autoFocus={!props?.sideBarShowing}
/>
<IconButton
Expand Down

0 comments on commit ae8ceb8

Please sign in to comment.