fix(desktop): auto-scroll

This commit is contained in:
Adam
2025-12-16 15:32:14 -06:00
parent 99680baf83
commit 1755a3fe07

View File

@@ -106,12 +106,7 @@ export function SessionTurn(
})
}
createResizeObserver(
() => state.contentRef,
() => {
scrollToBottom()
},
)
createResizeObserver(() => state.contentRef, scrollToBottom)
createEffect(() => {
if (!working()) {