ui: 微調 置底 延遲時間

This commit is contained in:
CrescentLeaf
2025-10-02 23:35:08 +08:00
parent edf35b7dd0
commit 67c6f11892

View File

@@ -75,7 +75,7 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC
top: 10000000000, top: 10000000000,
behavior: "smooth", behavior: "smooth",
}) })
}, 100) }, 300)
}, [target]) }, [target])
const page = React.useRef(0) const page = React.useRef(0)