Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue with the rooting of animating nodes #26503

Merged
merged 1 commit into from May 13, 2020

Commits on May 13, 2020

  1. Fix an issue with the rooting of animating nodes

    Make sure nodes removed from map of rooted animating nodes are rooted on
    the stack before triggering event handlers. We also make sure not to
    call `from_untrusted_node_address` on nodes that aren't guaranteed to be
    rooted.
    
    Fixes #26498.
    mrobinson committed May 13, 2020
You can’t perform that action at this time.