Skip to content

Commit

Permalink
attach FocusManager, see phetsims/tasks#1123
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed May 26, 2023
1 parent f181fd5 commit f1a07de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/accessibility/FocusManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,7 @@ FocusManager.pdomFocusProperty = new Property( null, {
FocusManager.globallyAttached = false;
};

FocusManager.attachToWindow();

scenery.register( 'FocusManager', FocusManager );
export default FocusManager;

0 comments on commit f1a07de

Please sign in to comment.