Skip to content

Commit

Permalink
remove TODO, #447
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 28, 2023
1 parent 9f6618d commit ac6a486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/ComboBoxListBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export default class ComboBoxListBox<T> extends Panel {
},

// Handle keyup on each item in the list box, for a11y.
//TODO sun#447, scenery#931 we're using keyup because keydown fires continuously
keyup: event => {
if ( event.domEvent && KeyboardUtils.isAnyKeyEvent( event.domEvent, [ KeyboardUtils.KEY_ENTER, KeyboardUtils.KEY_SPACE ] ) ) {
fireAction.execute( event );
Expand Down

0 comments on commit ac6a486

Please sign in to comment.