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 df4e715 commit ef5bd5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/PowerSupplyPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default class PowerSupplyPanel extends Panel {

const keyboardDragListener = new RichKeyboardDragListener( {
positionProperty: this.positionProperty,
//TODO https://github.com/phetsims/faradays-electromagnetic-lab/issues/163 dragBoundsProperty
tandem: options.tandem.createTandem( 'keyboardDragListener' )
} );
this.addInputListener( keyboardDragListener );
Expand Down

0 comments on commit ef5bd5a

Please sign in to comment.