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);