mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
9
src/utils/mobileUtils.ts
Normal file
9
src/utils/mobileUtils.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export function isMobileControlsOpen(): boolean {
|
||||
const overlay = document.getElementById("player-control-overlay");
|
||||
|
||||
if (overlay) {
|
||||
return !!overlay?.classList?.contains("fadein");
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user