chore: localStorage -> tauri store

This commit is contained in:
Adam 2025-12-17 13:10:57 -06:00 committed by Aiden Cline
commit b860ff8901
16 changed files with 89 additions and 35 deletions

View file

@ -102,7 +102,9 @@ export function SessionTurn(
setState("autoScrolled", true)
requestAnimationFrame(() => {
scrollRef?.scrollTo({ top: scrollRef.scrollHeight, behavior: "smooth" })
setState("autoScrolled", false)
requestAnimationFrame(() => {
setState("autoScrolled", false)
})
})
}