descendFocusToLeafAllRoots abstract method
void
descendFocusToLeafAllRoots()
Re-applies the focus-rests-on-a-leaf rule to the current target: a target whose hidden child became visible has silently turned into a scope, and focus belongs on the child instead.
Call alongside processAllPendingFocusRequests, once every artboard has run its update pass, and for the same reason: whether a node is eligible is read from render opacity and collapse, which that pass computes.
Implementation
void descendFocusToLeafAllRoots();