Skip to content

Commit

Permalink
address TODO for #499
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed May 21, 2019
1 parent 32d502d commit 5de3b52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/accessibility/AccessibleNumberSpinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ define( require => {
*/
accessibleNumberSpinnerHandleKeyDown: function( event ) {
this.handleKeyDown( event );

// TODO: This will emit events that signify that interaction is taking place, but it is currently
// broken with axon/timer.js, see https://github.com/phetsims/axon/issues/248 Add back in as soon
// as that issue is resolved.
// this.emitKeyState( event.domEvent.keyCode, true );
this.emitKeyState( event.domEvent.keyCode, true );
},

/**
Expand Down

0 comments on commit 5de3b52

Please sign in to comment.