mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-09 14:47:43 +02:00
Fix exception in app
This commit is contained in:
@@ -476,6 +476,9 @@ export class NavigationDialogManager {
|
||||
|
||||
hide() {
|
||||
this.clearGamepadHoldingInterval();
|
||||
if (!this.isShowing()) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Unlock scroll bar
|
||||
document.body.classList.remove('bx-no-scroll');
|
||||
|
Reference in New Issue
Block a user