Skip to content

Commit

Permalink
remote note about pitfalls of pdomOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jun 5, 2024
1 parent 9559eaa commit 905accb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/alternative-input-quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ Potential gotchas:
* `ParallelDOM.setPDOMOrder` has some interesting quirks, so be sure to read the documentation closely. Of special
interest is the behavior of `null` in the pdomOrder, and what happens to any focuable Nodes that are not explicitly
included when setting pdomOrder.
* If you need to augment `this.pdomOrder` in a subclass, read about the pitfalls
in https://github.com/phetsims/scenery/issues/1308.
* Only use `this.addChild` for ScreenViews. If you set `this.children`or call `this.setChildren`, you will blow
away `this.pdomPlayAreaNode` and `this.pdomControlAreaNode`.

Expand Down

0 comments on commit 905accb

Please sign in to comment.