From 8db26bbd5ff843ee183f1493a23fdeb66c743a0d Mon Sep 17 00:00:00 2001 From: cyhhao Date: Mon, 3 Apr 2023 15:20:16 +0800 Subject: [PATCH] rm msg body mouseover --- app/components/chat.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 1499e816..4cc60fa5 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -593,7 +593,6 @@ export function Chat(props: { if (!isMobileScreen()) return; setUserInput(message.content); }} - onMouseOver={() => inputRef.current?.blur()} >