Skip to content

Commit

Permalink
Remove TODO, see #280
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 13, 2024
1 parent a149709 commit 2348927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/model/CompareBlockSetModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export default class CompareBlockSetModel extends BlockSetModel<BlockSet> {

// We must undefer the Cube's materialProperty first, in order for the DynamicProperty in DensityAccordionBox to be correctly unregistered
// We do not know why scheduling a NOTIFY order dependency was not sufficient
// TODO: We may not need these anymore, https://github.com/phetsims/density-buoyancy-common/issues/280
propertyStateHandlerSingleton.registerPhetioOrderDependency( cube.materialProperty, PropertyStatePhase.UNDEFER, model.blockSetProperty, PropertyStatePhase.UNDEFER );
return cube;
} ) :
Expand Down

0 comments on commit 2348927

Please sign in to comment.