fix(app): auto-scroll ux
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user