[shoptime-3994] Featured Brands / Live 상품 클릭시 포커싱 상이
- Featured Brands > 현재 Live 상품 클릭 시 Full 라이브 영상에 [>] 인디케이터에 포커싱 됨 - shop now 상품 리스트로 포커싱 되도록 수정
This commit is contained in:
committed by
opacity@t-win.kr
parent
dc49267fad
commit
1a9bdc42da
@@ -1035,7 +1035,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);
|
||||||
|
|||||||
Reference in New Issue
Block a user