mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 17:49:31 -07:00
resizing for orientation change
This commit is contained in:
@@ -233,7 +233,7 @@ const index = (() => {
|
||||
window.scrollTo(0, 0);
|
||||
FullScreenOverride = true;
|
||||
}
|
||||
|
||||
navigation.resize();
|
||||
UpdateFullScreenNavigate();
|
||||
};
|
||||
|
||||
@@ -254,6 +254,7 @@ const index = (() => {
|
||||
} else if (document.msExitFullscreen) {
|
||||
document.msExitFullscreen();
|
||||
}
|
||||
navigation.resize();
|
||||
};
|
||||
|
||||
const btnNavigateMenuClick = () => {
|
||||
|
||||
Reference in New Issue
Block a user