[shoptime-3994] Ontv4U / Featured Brands / Live 상품 클릭시 포커싱 상이
- Featured Brands > 현재 Live 상품 클릭 시 Full 라이브 영상에 [>] 인디케이터에 포커싱 됨 - shop now 에 포커싱 되도록 수정
This commit is contained in:
@@ -1015,6 +1015,10 @@ const PlayerPanel = ({
|
||||
}
|
||||
|
||||
if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) {
|
||||
if (panelInfo.shptmBanrTpNm === "LIVE" && shopNowInfo?.length > 0) {
|
||||
Spotlight.focus("tab-0");
|
||||
return;
|
||||
}
|
||||
Spotlight.focus(SpotlightIds.PLAYER_TAB_BUTTON);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user