Fix exception in app

This commit is contained in:
redphx
2024-12-09 18:18:40 +07:00
parent d0b84d4591
commit f0e4d4b8d0
4 changed files with 32 additions and 15 deletions

View File

@@ -476,6 +476,9 @@ export class NavigationDialogManager {
hide() {
this.clearGamepadHoldingInterval();
if (!this.isShowing()) {
return;
}
// Unlock scroll bar
document.body.classList.remove('bx-no-scroll');