diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx index a75924a4..14aa8faf 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -975,6 +975,9 @@ export default function ProductAllSection({ // User Reviews 스크롤 핸들러 추가 const handleUserReviewsClick = useCallback(() => { scrollToSection('scroll-marker-user-reviews'); + setTimeout(()=>{ + Spotlight.focus("user-reviews-container"); + },100) }, [scrollToSection]); // ProductVideo V1 전용 - MediaPanel minimize 포함 @@ -1204,11 +1207,17 @@ export default function ProductAllSection({ // Source의 handleIndicatorOptions와 동일한 로깅 기능 추가 handleIndicatorOptions(); + setTimeout(()=>{ + Spotlight.focus("product-description-content") + },100); }, [scrollToSection, dispatch, handleIndicatorOptions]); const handleYouMayAlsoLikeClick = useCallback(() => { dispatch(minimizeModalMedia()); scrollToSection('scroll-marker-you-may-also-like'); + setTimeout(()=>{ + Spotlight.focus("detail_youMayAlsoLike_area") + },100); }, [scrollToSection, dispatch]); // 헤더 Back 아이콘에서 아래로 내려올 때 첫 번째 버튼을 바라보도록 설정 useEffect(() => {