feat: Flow Transfer, Procedural Assist & UI Design System #97

Merged
chihlasm merged 51 commits from feat/flow-transfer-and-procedural-assist into main 2026-03-07 23:44:14 +00:00
Showing only changes of commit 9c7859a889 - Show all commits

View File

@@ -188,7 +188,9 @@ export default function SurveyPage() {
const goSlide = (idx: number) => {
setCurrentSlide(idx)
window.scrollTo({ top: 0, behavior: 'smooth' })
requestAnimationFrame(() => {
window.scrollTo({ top: 0, behavior: 'smooth' })
})
}
const handleSubmit = async () => {