mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-20 08:02:12 +00:00
fix: exit fullscreen gracefully when using back button
This commit is contained in:
parent
d3b5a36e30
commit
1e0c8770f2
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
}, 1000);
|
||||
}
|
||||
} else {
|
||||
if (document.fullscreenElement) document.exitFullscreen()
|
||||
page = 'home';
|
||||
$rss = null;
|
||||
$view = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue