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

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

View File

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