Skip to content

Commit

Permalink
remove default a11y snapping from SpectrumSlider, see phetsims/gravit…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Oct 23, 2018
1 parent 6ab271b commit da32c23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/SpectrumSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ define( function( require ) {
cursorStroke: 'black',

// phet-io
tandem: Tandem.required,

// a11y - should valueProperty round to the nearest interval of AccessibleSlider stepSize when using keyboard?
roundToStepSize: true
tandem: Tandem.required

}, options );

Expand Down

0 comments on commit da32c23

Please sign in to comment.