Skip to content

Commit

Permalink
TODO, #163
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 7, 2024
1 parent cfbf116 commit afb7992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/electromagnet/view/ElectromagnetScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export default class ElectromagnetScreenView extends FELScreenView {
acPowerSupplyPanel.left = this.layoutBounds.left + FELConstants.SCREEN_VIEW_X_MARGIN;
acPowerSupplyPanel.top = this.layoutBounds.top + FELConstants.SCREEN_VIEW_Y_MARGIN;

//TODO https://github.com/phetsims/faradays-electromagnetic-lab/issues/163 How to prevent things from getting lost behind dcPowerSupplyPanel and acPowerSupplyPanel

// Rendering order, from back to front
const screenViewRootNode = new Node( {
children: [
Expand Down

0 comments on commit afb7992

Please sign in to comment.