mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-06 23:56:25 +08:00
fix: mobile scroll problem
This commit is contained in:
@@ -548,6 +548,7 @@ export function Chat(props: {
|
||||
<div
|
||||
className={styles["chat-message-item"]}
|
||||
onMouseOver={() => inputRef.current?.blur()}
|
||||
onTouchStart={() => inputRef.current?.blur()}
|
||||
>
|
||||
{!isUser &&
|
||||
!(message.preview || message.content.length === 0) && (
|
||||
|
Reference in New Issue
Block a user