rm msg body mouseover

This commit is contained in:
cyhhao 2023-04-03 15:20:16 +08:00
parent efd3310711
commit 8db26bbd5f

View File

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