mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
fix(desktop): auto-scroll
This commit is contained in:
@@ -106,12 +106,7 @@ export function SessionTurn(
|
||||
})
|
||||
}
|
||||
|
||||
createResizeObserver(
|
||||
() => state.contentRef,
|
||||
() => {
|
||||
scrollToBottom()
|
||||
},
|
||||
)
|
||||
createResizeObserver(() => state.contentRef, scrollToBottom)
|
||||
|
||||
createEffect(() => {
|
||||
if (!working()) {
|
||||
|
||||
Reference in New Issue
Block a user