From 29c7e4a9112ae8cbb159affa3bae0f62e90a7438 Mon Sep 17 00:00:00 2001 From: optrader Date: Tue, 18 Nov 2025 12:13:36 +0900 Subject: [PATCH] =?UTF-8?q?[251118]=20fix:=20HomePanel=20Video=EB=B3=B5?= =?UTF-8?q?=EC=9B=90=EC=A1=B0=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 11. 18. 12:13:36 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +1쀄 β€’ μ‚­μ œ: -1쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” --- com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;