Skip to content

Commit

Permalink
use isDisposable:false where appropriate, phetsims/axon#436
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 5, 2023
1 parent b4dd9ff commit 3e5eed4
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',
isDisposable: false,
phetioDocumentation: Tandem.PHET_IO_ENABLED ? pointTool.phetioDocumentation : '',
phetioFeatured: true,
phetioInputEnabledPropertyInstrumented: true,
Expand Down

0 comments on commit 3e5eed4

Please sign in to comment.