From 70c520091740b658e8ab34afb7607441c780a5df Mon Sep 17 00:00:00 2001 From: optrader Date: Mon, 17 Nov 2025 12:35:47 +0900 Subject: [PATCH] [251117] fix: HomePanel focus return fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 11. 17. 12:35:47 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +3쀄 β€’ μ‚­μ œ: -3쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” --- com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }