Skip to content

Commit

Permalink
Revert "Showing mass values by default for explore screen, see #135"
Browse files Browse the repository at this point in the history
This reverts commit d12135d.
  • Loading branch information
AgustinVallejo committed May 28, 2024
1 parent 51774cf commit 2d5a7b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/buoyancy-basics/model/BuoyancyBasicsExploreModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ export default class BuoyancyBasicsExploreModel extends DensityBuoyancyModel {
this.availableMasses.push( this.poolScale );

this.showMassValuesProperty.value = false;

this.showMassValuesProperty.value = true;
}

/**
Expand Down

0 comments on commit 2d5a7b6

Please sign in to comment.