From 10f47a9c63f4fc192cb83a76a828d691383b306d Mon Sep 17 00:00:00 2001 From: optrader Date: Tue, 18 Nov 2025 12:35:24 +0900 Subject: [PATCH] =?UTF-8?q?[251118]=20fix:=20HomePanel=20isOnTop=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=95=AD=EC=83=81=20=EB=B9=84=EB=94=94=EC=98=A4=20?= =?UTF-8?q?=EC=9E=AC=EC=83=9D=EC=A1=B0=EA=B1=B4-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 11. 18. 12:35:24 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +3쀄 β€’ μ‚­μ œ: -2쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” --- com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx b/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx index a873a105..fe4d9773 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx @@ -757,8 +757,9 @@ const HomePanel = ({ isOnTop }) => { ); useEffect(() => { - if (detailPanelClosedTime && isOnTop) { - console.log('[HomePanel] *** βœ… DetailPanel λ‹«νž˜ 감지됨!'); + //if (detailPanelClosedTime && isOnTop) { + if (isOnTop) { + console.log('@@[HomePanel] *** βœ… DetailPanel λ‹«νž˜ 감지됨!'); console.log('[HomePanel] *** lastDetailPanelClosed:', detailPanelClosedTime); console.log('[HomePanel] *** isOnTop:', isOnTop); console.log('[HomePanel] *** videoPlayIntentRef.current:', videoPlayIntentRef.current);