diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx b/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx index 65a7c9cc..7c753494 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx @@ -483,7 +483,7 @@ const HomePanel = ({ isOnTop }) => { const prevScrollTop = prevScrollTopRef.current; // ✅ 최상단 도달: 1px 비디오 복구 시도 (shouldShrinkRef.current로 읽음) - if (currentScrollTop <= 1) { + if (currentScrollTop <= 0) { if (shouldShrinkRef.current && !expandIntervalRef.current) { // console.log('[HomePanel] At top (scrollTop <= 1) - starting video expansion'); expandAttemptRef.current = 0;