Skip to content

Commit

Permalink
Revert "delete unnecessary strictAxonDependencies and TODO, phetsims/…
Browse files Browse the repository at this point in the history
…axon#441"

This reverts commit 1a7162c.
  • Loading branch information
pixelzoom committed Jan 18, 2024
1 parent 1a7162c commit 0d77b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/DragBoundsProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ class DragBoundsProperty extends DerivedProperty {
);
}, {
// Don't make spurious changes, we often won't be changing
valueComparisonStrategy: 'equalsFunction'
valueComparisonStrategy: 'equalsFunction',
strictAxonDependencies: false //TODO https://github.com/phetsims/axon/issues/441
} );
}
}
Expand Down

0 comments on commit 0d77b92

Please sign in to comment.