[Home] setTimeout 시간 조절
Detail Notes : 1. 700 -> 0으로 변경
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user