[251117] fix: HomePanel focus return fix

🕐 커밋 시간: 2025. 11. 17. 12:35:47

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +3줄
  • 삭제: -3줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx

🔧 주요 변경 내용:
  • 코드 정리 및 최적화
This commit is contained in:
2025-11-17 12:35:47 +09:00
parent 13a74ea6c2
commit 70c5200917

View File

@@ -568,9 +568,9 @@ const HomePanel = ({ isOnTop }) => {
// if (Spotlight.getPointerMode() && !isVideoShrunk) {
// dispatch(finishVideoPreview());
// }
if (panelInfo.currentCatCd) {
Spotlight.focus('spotlightId-' + panelInfo.currentCatCd);
}
// if (panelInfo.currentCatCd) {
// Spotlight.focus('spotlightId-' + panelInfo.currentCatCd);
// }
if (panelInfo.currentSpot) {
Spotlight.focus(panelInfo.currentSpot);
}