fix(app): auto-scroll ux

This commit is contained in:
Adam
2026-01-20 16:01:00 -06:00
committed by opencode
parent b2145a81d1
commit 8e21a1b8d9
4 changed files with 109 additions and 87 deletions
@@ -817,6 +817,7 @@ ToolRegistry.register({
const autoScroll = createAutoScroll({
working: () => true,
overflowAnchor: "auto",
})
const childSessionId = () => props.metadata.sessionId as string | undefined
@@ -379,6 +379,7 @@ export function SessionTurn(
const autoScroll = createAutoScroll({
working,
onUserInteracted: props.onUserInteracted,
overflowAnchor: "auto",
})
createResizeObserver(