feat: Flow Transfer, Procedural Assist & UI Design System #97
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user