Skip to content

Commit

Permalink
Bugfix for #1442
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Dec 6, 2023
1 parent 5f098f7 commit 939ea6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/pdom/ParallelDOM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ export default class ParallelDOM extends PhetioObject {
ariaValueText.lazyLink( this._onAriaLabelChangeListener );
}

this.onAriaLabelChange();
this.onAriaValueTextChange();
}
}

Expand Down

0 comments on commit 939ea6c

Please sign in to comment.