Skip to content

Commit

Permalink
chore(docs): add note to CloseSideMenus
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Jul 28, 2024
1 parent 4646f22 commit db6ab9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/Router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit db6ab9c

Please sign in to comment.