Skip to content

Commit

Permalink
Swap focus order of play area stopwatch and measuring tape, see #276
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 1, 2024
1 parent 5cb53ef commit 6ca702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common-vsm/view/VSMScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ export default abstract class VSMScreenView<T extends VSMField> extends PDLScree
this.singleOrContinuousRadioButtonGroup,

// Play area tools
this.stopwatchNode,
this.measuringTapeNode,
this.stopwatchNode,

// Field sign
this.fieldSignNode,
Expand Down

0 comments on commit 6ca702b

Please sign in to comment.