resizing for orientation change
This commit is contained in:
parent
3d7e93947b
commit
95b135a9b7
5 changed files with 24 additions and 40 deletions
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue