[shoptime-3994] feature brand panel 에서만 상품리스트로 포커싱 가도록 수정
This commit is contained in:
committed by
opacity@t-win.kr
parent
93ff9b53cb
commit
a93ca90f94
@@ -1035,7 +1035,10 @@ const PlayerPanel = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) {
|
if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) {
|
||||||
if (panelInfo.shptmBanrTpNm === "LIVE" && shopNowInfo?.length > 0) {
|
if (
|
||||||
|
panelInfo.sourcePanel === "featuredbrandspanel" &&
|
||||||
|
shopNowInfo?.length > 0
|
||||||
|
) {
|
||||||
shopNowFocusTimeoutJob.current.start(() => {
|
shopNowFocusTimeoutJob.current.start(() => {
|
||||||
Spotlight.focus("playVideoShopNowBox");
|
Spotlight.focus("playVideoShopNowBox");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user