From a1f0ccb3575d8ca48b948ddf0188e157ff23059e Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Tue, 4 Nov 2025 10:02:48 +0900 Subject: [PATCH] =?UTF-8?q?[shoptime-3994]=20Featured=20Brands=20/=20Live?= =?UTF-8?q?=20=EC=83=81=ED=92=88=20=ED=81=B4=EB=A6=AD=EC=8B=9C=20=ED=8F=AC?= =?UTF-8?q?=EC=BB=A4=EC=8B=B1=20=EC=83=81=EC=9D=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Featured Brands > 현재 Live 상품 클릭 시 Full 라이브 영상에 [>] 인디케이터에 포커싱 됨 - shop now 상품 리스트로 포커싱 되도록 수정 --- com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index 99cd9498..743c7fc4 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -1016,7 +1016,7 @@ const PlayerPanel = ({ if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) { if (panelInfo.shptmBanrTpNm === "LIVE" && shopNowInfo?.length > 0) { - Spotlight.focus("tab-0"); + Spotlight.focus("playVideoShopNowBox"); return; } Spotlight.focus(SpotlightIds.PLAYER_TAB_BUTTON);