Skip to content

Commit

Permalink
note issues where we made decisions about dropper, #252
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Oct 7, 2022
1 parent 2788185 commit 8702f10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/common/view/PHDropperNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export default class PHDropperNode extends EyeDropperNode {
transform: modelViewTransform,
tandem: options.tandem.createTandem( 'dragListener' )
} ) );

// NOTE: Moving the dropper via the keyboard is not necessary.
// See https://github.com/phetsims/ph-scale/issues/252
}
}

Expand Down

0 comments on commit 8702f10

Please sign in to comment.