mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
fix(app): breaking out of auto-scroll
This commit is contained in:
parent
f736751a8c
commit
63da3a338a
1 changed files with 1 additions and 1 deletions
|
|
@ -903,7 +903,7 @@ export default function Page() {
|
|||
|
||||
const autoScroll = createAutoScroll({
|
||||
working: () => true,
|
||||
overflowAnchor: "auto",
|
||||
overflowAnchor: "dynamic",
|
||||
})
|
||||
|
||||
// When the user returns to the bottom, treat the active message as "latest".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue