논리오류수정
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user