Skip to content

Commit

Permalink
feature leftPointToolNode and rightPointToolNode, #191
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 20, 2023
1 parent 6567ac6 commit bd235d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/PointToolNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default class PointToolNode extends Node {
// NodeOptions
cursor: 'pointer',
phetioDocumentation: Tandem.PHET_IO_ENABLED ? pointTool.phetioDocumentation : '',
phetioFeatured: true,
phetioInputEnabledPropertyInstrumented: true,
visiblePropertyOptions: {
phetioFeatured: true
Expand Down

0 comments on commit bd235d7

Please sign in to comment.