Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editor+runtime: fix slow hit-testing
turns out forEachChild + recursion is a bad combo. Recurse on just the first level of the hierarchy. I also made sure that the `forEachChild` in both Dart and C++ would do the same thing, and have the same signature. Diffs= 90da85fbb4 editor+runtime: fix slow hit-testing (#8907)