[Home] setTimeout 시간 조절

Detail Notes :
 
1. 700 -> 0으로 변경
This commit is contained in:
jangheon Pyo
2024-02-27 14:15:32 +09:00
parent d944caa438
commit 6fca389dc4

View File

@@ -76,7 +76,7 @@ export default function HomePanel({ isOnTop }) {
spotId = "banner01";
}
timerRef.current = setTimeout(() => Spotlight.focus(spotId), 700);
timerRef.current = setTimeout(() => Spotlight.focus(spotId), 0);
}, [scrollTop]);
return (