[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:
@@ -568,9 +568,9 @@ const HomePanel = ({ isOnTop }) => {
|
|||||||
// if (Spotlight.getPointerMode() && !isVideoShrunk) {
|
// if (Spotlight.getPointerMode() && !isVideoShrunk) {
|
||||||
// dispatch(finishVideoPreview());
|
// dispatch(finishVideoPreview());
|
||||||
// }
|
// }
|
||||||
if (panelInfo.currentCatCd) {
|
// if (panelInfo.currentCatCd) {
|
||||||
Spotlight.focus('spotlightId-' + panelInfo.currentCatCd);
|
// Spotlight.focus('spotlightId-' + panelInfo.currentCatCd);
|
||||||
}
|
// }
|
||||||
if (panelInfo.currentSpot) {
|
if (panelInfo.currentSpot) {
|
||||||
Spotlight.focus(panelInfo.currentSpot);
|
Spotlight.focus(panelInfo.currentSpot);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user