From 42e74f39e940caf9ed5386575453653bea4d92f7 Mon Sep 17 00:00:00 2001 From: optrader Date: Tue, 18 Nov 2025 12:55:18 +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-3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 11. 18. 12:55:18 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +3쀄 β€’ μ‚­μ œ: -3쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” --- com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx b/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx index fe4d9773..427554bc 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx @@ -757,9 +757,9 @@ const HomePanel = ({ isOnTop }) => { ); useEffect(() => { - //if (detailPanelClosedTime && isOnTop) { - if (isOnTop) { - console.log('@@[HomePanel] *** βœ… DetailPanel λ‹«νž˜ 감지됨!'); + if (detailPanelClosedTime && isOnTop) { + // if (isOnTop) { + console.log('@@[HomePanel] *** βœ… HomePanel isOnTop = true'); console.log('[HomePanel] *** lastDetailPanelClosed:', detailPanelClosedTime); console.log('[HomePanel] *** isOnTop:', isOnTop); console.log('[HomePanel] *** videoPlayIntentRef.current:', videoPlayIntentRef.current);