diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 5dce8fd61..3c66627f6 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -708,7 +708,6 @@ export function Chat(props: { className={styles["chat-body"]} ref={scrollRef} onScroll={(e) => onChatBodyScroll(e.currentTarget)} - onMouseDown={() => inputRef.current?.blur()} onWheel={(e) => setAutoScroll(hitBottom && e.deltaY > 0)} onTouchStart={() => { inputRef.current?.blur();