Skip to content

Commit

Permalink
HomeScreenButtons fire on up instead of down, see #658
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Feb 1, 2021
1 parent 96e52e9 commit f08abbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/HomeScreenButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ 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 f08abbb

Please sign in to comment.