From 2e5d701a5f4274cf3ac297b7d0558d79074fe020 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Tue, 11 Nov 2025 17:51:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EB=B3=B5=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/PlayerPanel/PlayerPanel.jsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index e5e4a4c9..ccd5231c 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -1241,18 +1241,7 @@ const PlayerPanel = ({ videoInitialFocused(); } } - }, [playListInfo, panelInfo.targetId]); - - //10초 후 닫힐때 TabButton 포커스 - useEffect(() => { - if (playListInfo && playListInfo.length > 0) { - if (panelInfo.targetId) { - videoItemFocused(); - } else { - videoInitialFocused(); - } - } - }, [sideContentsVisible, panelInfo.modal]); + }, [playListInfo, panelInfo.targetId, sideContentsVisible]); // liveChannel initial selectedIndex useEffect(() => {