chore(docs): add note to CloseSideMenus

This commit is contained in:
AAGaming
2024-07-28 18:51:08 -04:00
parent 4646f22b0c
commit db6ab9c448

View File

@@ -126,6 +126,7 @@ export interface Navigation {
OpenQuickAccessMenu(quickAccessTab?: QuickAccessTab): void;
OpenMainMenu(): void;
OpenPowerMenu(unknown?: any): void;
/** if calling this to perform navigation, call it after Navigate to prevent a race condition in desktop Big Picture mode that hides the overlay unintentionally */
CloseSideMenus(): void;
}