[251118] fix: HomePanel isOnTop에서 항상 비디오 재생조건-3
🕐 커밋 시간: 2025. 11. 18. 12:55:18 📊 변경 통계: • 총 파일: 1개 • 추가: +3줄 • 삭제: -3줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx 🔧 주요 변경 내용: • 코드 정리 및 최적화
This commit is contained in:
@@ -757,9 +757,9 @@ const HomePanel = ({ isOnTop }) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
//if (detailPanelClosedTime && isOnTop) {
|
if (detailPanelClosedTime && isOnTop) {
|
||||||
if (isOnTop) {
|
// if (isOnTop) {
|
||||||
console.log('@@[HomePanel] *** ✅ DetailPanel 닫힘 감지됨!');
|
console.log('@@[HomePanel] *** ✅ HomePanel isOnTop = true');
|
||||||
console.log('[HomePanel] *** lastDetailPanelClosed:', detailPanelClosedTime);
|
console.log('[HomePanel] *** lastDetailPanelClosed:', detailPanelClosedTime);
|
||||||
console.log('[HomePanel] *** isOnTop:', isOnTop);
|
console.log('[HomePanel] *** isOnTop:', isOnTop);
|
||||||
console.log('[HomePanel] *** videoPlayIntentRef.current:', videoPlayIntentRef.current);
|
console.log('[HomePanel] *** videoPlayIntentRef.current:', videoPlayIntentRef.current);
|
||||||
|
|||||||
Reference in New Issue
Block a user