From a93ca90f9440f16cb45d5d05903765c8d44c2772 Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Fri, 7 Nov 2025 10:41:29 +0900 Subject: [PATCH] =?UTF-8?q?[shoptime-3994]=20feature=20brand=20panel=20?= =?UTF-8?q?=EC=97=90=EC=84=9C=EB=A7=8C=20=EC=83=81=ED=92=88=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=EB=A1=9C=20=ED=8F=AC=EC=BB=A4=EC=8B=B1=20?= =?UTF-8?q?=EA=B0=80=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index dce5b3a0..5d80512b 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -1035,7 +1035,10 @@ const PlayerPanel = ({ } if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) { - if (panelInfo.shptmBanrTpNm === "LIVE" && shopNowInfo?.length > 0) { + if ( + panelInfo.sourcePanel === "featuredbrandspanel" && + shopNowInfo?.length > 0 + ) { shopNowFocusTimeoutJob.current.start(() => { Spotlight.focus("playVideoShopNowBox"); });