chore: localStorage -> tauri store

This commit is contained in:
Adam 2025-12-17 13:10:57 -06:00
commit 4a3ba58f65
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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)
})
})
}