Skip to content

Commit

Permalink
Line defaults to strokePickable:true, phetsims/scenery#1370
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 4, 2022
1 parent be961c1 commit b444f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/OpticalAxisNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class OpticalAxisNode extends Line {

// LineOptions
stroke: GOColors.opticalAxisStrokeProperty,
strokePickable: true,
lineWidth: 2,
lineDash: [ 8, 5 ]
}, providedOptions ) );
Expand Down

0 comments on commit b444f65

Please sign in to comment.