Skip to content

Commit

Permalink
delete comments for tagName and focusable, since those optional are n…
Browse files Browse the repository at this point in the history
…ow relevant to more than KeyboardDragListener, #125
  • Loading branch information
pixelzoom committed Feb 17, 2025
1 parent ce53150 commit 74d08d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/TransitionsDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export default class TransitionsDialog extends Panel {
xMargin: 10,
yMargin: 10,
cornerRadius: MOTHAConstants.CORNER_RADIUS,
tagName: 'div', // for KeyboardDragListener
focusable: true, // for KeyboardDragListener
tagName: 'div',
focusable: true,
groupFocusHighlight: true,
tandemNameSuffix: 'Dialog', // Yes it's a Panel, but we are OK with calling it a Dialog.
phetioVisiblePropertyInstrumented: false // like Dialog
Expand Down

0 comments on commit 74d08d7

Please sign in to comment.