[shoptime-3994] Featured Brands / Live 상품 클릭시 포커싱 상이

- Featured Brands > 현재 Live 상품 클릭 시 Full 라이브 영상에 [>] 인디케이터에 포커싱 됨
- shop now 상품 리스트로 포커싱 되도록 수정
This commit is contained in:
jiwon93.son
2025-11-04 10:02:48 +09:00
parent e55292ffa1
commit a1f0ccb357

View File

@@ -1016,7 +1016,7 @@ const PlayerPanel = ({
if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) { if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) {
if (panelInfo.shptmBanrTpNm === "LIVE" && shopNowInfo?.length > 0) { if (panelInfo.shptmBanrTpNm === "LIVE" && shopNowInfo?.length > 0) {
Spotlight.focus("tab-0"); Spotlight.focus("playVideoShopNowBox");
return; return;
} }
Spotlight.focus(SpotlightIds.PLAYER_TAB_BUTTON); Spotlight.focus(SpotlightIds.PLAYER_TAB_BUTTON);