Skip to content

Commit

Permalink
pdomOrder changes for Diffusion screen, #213
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 17, 2024
1 parent 15b991c commit ddd56ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/diffusion/view/DiffusionScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ export default class DiffusionScreenView extends BaseScreenView {

// Play Area focus order, see https://github.com/phetsims/gas-properties/issues/213.
this.pdomPlayAreaNode.pdomOrder = [
stopwatchNode,
settingsPanel,
dataAccordionBox,
settingsPanel
stopwatchNode
];

// Control Area focus order, see https://github.com/phetsims/gas-properties/issues/213.
Expand Down

0 comments on commit ddd56ce

Please sign in to comment.