resizing for orientation change

This commit is contained in:
Matt Walsh 2022-09-23 15:55:37 -05:00
commit 95b135a9b7
5 changed files with 24 additions and 40 deletions

View file

@ -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 = () => {