[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
committed by opacity@t-win.kr
parent dc49267fad
commit 1a9bdc42da

View File

@@ -1035,7 +1035,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);