浏览代码

rm msg body mouseover

cyhhao 2 年之前
父节点
当前提交
8db26bbd5f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/components/chat.tsx

+ 0 - 1
app/components/chat.tsx

@@ -593,7 +593,6 @@ export function Chat(props: {
                         if (!isMobileScreen()) return;
                         setUserInput(message.content);
                       }}
-                      onMouseOver={() => inputRef.current?.blur()}
                     >
                       <Markdown content={message.content} />
                     </div>