From f58cca8b9cb999734b18e0bf5d38b66766e1b01b Mon Sep 17 00:00:00 2001 From: zepumph Date: Fri, 23 Nov 2018 12:53:16 -0900 Subject: [PATCH] add back in grab cue node, https://github.com/phetsims/scenery-phet/issues/421, https://github.com/phetsims/friction/issues/142 --- js/friction/view/book/BookNode.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/friction/view/book/BookNode.js b/js/friction/view/book/BookNode.js index 3c50539a..1a292cb1 100644 --- a/js/friction/view/book/BookNode.js +++ b/js/friction/view/book/BookNode.js @@ -89,6 +89,11 @@ define( function( require ) { thingToGrab: StringUtils.fillIn( zoomedInChemistryBookPatternString, { zoomedIn: '' } ), // tandem: tandem.createTandem( 'chemistryBookNodeGrabButton' ), // TODO: handle this + // Empircally determined values to place the cue above the book. + grabCueOptions: { + x: 60, + y: -55 + }, // add a11y options for the interactive BookNode a11yDraggableNodeOptions: { ariaLabel: bookTitle,