Skip to content

Commit

Permalink
focus order, #67
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Oct 12, 2024
1 parent 539db8a commit bc94e71
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions js/spectra/view/SpectraScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,16 +203,17 @@ export default class SpectraScreenView extends ScreenView {
lightControlPanel,
absorptionEmissionCheckbox,
absorptionEmissionDialog,
zoomedInBoxNode,
modelVBox,
timeControlNode,
spectrometerAccordionBox,
resetAllButton
zoomedInBoxNode
];

// Control Area focus order
this.pdomControlAreaNode.pdomOrder = [
//TODO pdomControlAreaNode.pdomOrder
spectrometerAccordionBox,
timeControlNode,
//TODO Info button is desired here, but is part of zoomedInBoxNode
resetAllButton
];
}
}
Expand Down

0 comments on commit bc94e71

Please sign in to comment.