Skip to content

Commit

Permalink
individual ratio halves first in focus order, #44
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 13, 2020
1 parent f17ef20 commit 0416a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/free-objects/view/FreeObjectsScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ class FreeObjectsScreenView extends ScreenView {

// accessible order (markers first in nav order)
this.pdomPlayAreaNode.accessibleOrder = [
this.leftRatioHalf,
this.rightRatioHalf,
a11yRatioContainer,
gridViewAquaRadioButtonGroup,
comboBox,
Expand Down

0 comments on commit 0416a9f

Please sign in to comment.