Skip to content

Commit

Permalink
delete vestigial TODO, #848
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 23, 2024
1 parent f8b3429 commit ae9ceb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/BicyclePumpNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ export default class BicyclePumpNode extends Node {
this.pumpHandleNode.localBounds.dilatedXY( options.handleTouchAreaXDilation, options.handleTouchAreaYDilation );
this.pumpHandleNode.mouseArea =
this.pumpHandleNode.localBounds.dilatedXY( options.handleMouseAreaXDilation, options.handleMouseAreaYDilation );
//TODO https://github.com/phetsims/scenery-phet/issues/848 scale causes the focus highlight to also be scaled.
this.pumpHandleNode.scale( pumpHandleHeight / this.pumpHandleNode.height );
this.setPumpHandleToInitialPosition();

Expand Down

0 comments on commit ae9ceb6

Please sign in to comment.