Skip to content

Commit

Permalink
TODO #163
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 28, 2024
1 parent ef5bd5a commit 847edb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common/view/PowerSupplyPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export default class PowerSupplyPanel extends Panel {
tandem: options.tandem.createTandem( 'keyboardDragListener' )
} );
this.addInputListener( keyboardDragListener );

//TODO https://github.com/phetsims/faradays-electromagnetic-lab/issues/163 move panel if outside drag bounds
}

public reset(): void {
Expand Down

0 comments on commit 847edb7

Please sign in to comment.