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