diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx b/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx index e8c7acc8..f76d2401 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx @@ -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); }