Skip to content

Commit

Permalink
Address TODO by adding a link to #721, see also #861
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Dec 11, 2023
1 parent cdcf5f0 commit 20b4c23
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 @@ -101,7 +101,6 @@ export default class ComboBoxListBox<T> extends Panel {
assert && assert( listItemNode instanceof ComboBoxListItemNode, 'expected a ComboBoxListItemNode' ); // eslint-disable-line no-simple-type-checking-assertions

// Get the selected value, but don't update the Property value yet because the focus needs to be shifted first.
// TODO: Is the comment above correct? See https://github.com/phetsims/sun/issues/861
this.selectionOnFireAction = listItemNode.item.value;

const oldValue = property.value;
Expand Down

0 comments on commit 20b4c23

Please sign in to comment.