mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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);
|
||||
screen.orientation.unlock();
|
||||
}
|
||||
} catch {}
|
||||
} catch(e) {
|
||||
console.error(e);
|
||||
}
|
||||
},
|
||||
);
|
||||
const privateFullscreen = atom(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user