논리오류수정

This commit is contained in:
yonghyon
2024-06-17 17:44:52 +09:00
parent bcfd6481a6
commit 23a45a410e

View File

@@ -660,7 +660,7 @@ const PlayerPanel = ({
console.log("##tab focus"); console.log("##tab focus");
Spotlight.focus("player-tab-arrow"); Spotlight.focus("player-tab-arrow");
} }
}, [!panelInfo.modal, sideContentsVisible, videoVerticalVisible]); }, [panelInfo.modal, sideContentsVisible, videoVerticalVisible]);
useEffect(() => { useEffect(() => {
if (panelInfo.modal && selectedIndex !== 0) { if (panelInfo.modal && selectedIndex !== 0) {