You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Co-authored-by: Susan Wang <[email protected]>
0 commit comments