mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
fix(desktop): auto-scroll
This commit is contained in:
parent
99680baf83
commit
1755a3fe07
1 changed files with 1 additions and 6 deletions
|
|
@ -106,12 +106,7 @@ export function SessionTurn(
|
|||
})
|
||||
}
|
||||
|
||||
createResizeObserver(
|
||||
() => state.contentRef,
|
||||
() => {
|
||||
scrollToBottom()
|
||||
},
|
||||
)
|
||||
createResizeObserver(() => state.contentRef, scrollToBottom)
|
||||
|
||||
createEffect(() => {
|
||||
if (!working()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue