mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-30 19:54:16 -04:00
Add error logs for fullscreen change on the front
This commit is contained in:
parent
6a4c2c6aea
commit
1d431ecad6
@ -63,7 +63,9 @@ export const fullscreenAtom = atom(
|
|||||||
set(privateFullscreen, false);
|
set(privateFullscreen, false);
|
||||||
screen.orientation.unlock();
|
screen.orientation.unlock();
|
||||||
}
|
}
|
||||||
} catch {}
|
} catch(e) {
|
||||||
|
console.error(e);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
const privateFullscreen = atom(false);
|
const privateFullscreen = atom(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user