forked from XiaoMo/ChatGPT-Next-Web
rm msg body mouseover
This commit is contained in:
parent
efd3310711
commit
8db26bbd5f
@ -593,7 +593,6 @@ export function Chat(props: {
|
|||||||
if (!isMobileScreen()) return;
|
if (!isMobileScreen()) return;
|
||||||
setUserInput(message.content);
|
setUserInput(message.content);
|
||||||
}}
|
}}
|
||||||
onMouseOver={() => inputRef.current?.blur()}
|
|
||||||
>
|
>
|
||||||
<Markdown content={message.content} />
|
<Markdown content={message.content} />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user