Skip to content

Commit

Permalink
TODO, #213
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 17, 2024
1 parent 30918fe commit 97f4ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/IdealGasLawContainerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default class IdealGasLawContainerNode extends Node {
lidNode.visible = true;
lidNode.setRotation( 0 );
updateLidPosition();
lidNode.visible = true;
lidNode.visible = true; //TODO https://github.com/phetsims/gas-properties/issues/263 duplicated
}
else {

Expand Down

0 comments on commit 97f4ee5

Please sign in to comment.