Skip to content

Commit

Permalink
Revert "HomeScreenButtons fire on up instead of down, see #658"
Browse files Browse the repository at this point in the history
This reverts commit f08abbb.
  • Loading branch information
jessegreenberg authored and samreid committed Feb 16, 2021
1 parent 6744bac commit aaa2da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/HomeScreenButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class HomeScreenButton extends VBox {
};

const fireListener = new FireListener( {
fireOnDown: true, // to match prior behavior
fire: buttonDown,
tandem: options.tandem.createTandem( 'inputListener' )
} );
Expand Down

0 comments on commit aaa2da9

Please sign in to comment.