mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 15:13:46 +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