|
@@ -548,6 +548,7 @@ export function Chat(props: {
|
|
<div
|
|
<div
|
|
className={styles["chat-message-item"]}
|
|
className={styles["chat-message-item"]}
|
|
onMouseOver={() => inputRef.current?.blur()}
|
|
onMouseOver={() => inputRef.current?.blur()}
|
|
|
|
+ onTouchStart={() => inputRef.current?.blur()}
|
|
>
|
|
>
|
|
{!isUser &&
|
|
{!isUser &&
|
|
!(message.preview || message.content.length === 0) && (
|
|
!(message.preview || message.content.length === 0) && (
|