Skip to content

Commit

Permalink
minor button fix, #86
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 8, 2023
1 parent 851d059 commit f6f45eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/view/InteractiveNumberDisplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ export default class InteractiveNumberDisplay extends NumberDisplay {
accessibleName: new DerivedProperty( [ property, units ], ( value, units ) => {
return `${Utils.toFixed( value, 2 )} ${units}`;
} ),
focusable: true,
tagName: 'li'
tagName: 'button'
}, providedOptions );

super( property, range, options );
Expand Down

0 comments on commit f6f45eb

Please sign in to comment.