Skip to content

Commit

Permalink
appendDescription true by default, phetsims/scenery-phet#550
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 4, 2019
1 parent e6e0553 commit da568b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/friction/view/book/BookNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ define( require => {
y: -60
},
grabbableOptions: {
appendDescription: true,
focusHighlight: focusHighlightRect
},

keyboardHelpText: grabButtonHelpTextString,

onGrab: () => { bookPickupSoundClip.play(); },
Expand Down

0 comments on commit da568b0

Please sign in to comment.