From 23a45a410e1fbf15e6a30b58171219f291031368 Mon Sep 17 00:00:00 2001 From: yonghyon Date: Mon, 17 Jun 2024 17:44:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=85=BC=EB=A6=AC=EC=98=A4=EB=A5=98=EC=88=98?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 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 7b876202..bd4061f4 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -660,7 +660,7 @@ const PlayerPanel = ({ console.log("##tab focus"); Spotlight.focus("player-tab-arrow"); } - }, [!panelInfo.modal, sideContentsVisible, videoVerticalVisible]); + }, [panelInfo.modal, sideContentsVisible, videoVerticalVisible]); useEffect(() => { if (panelInfo.modal && selectedIndex !== 0) {