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(drag-drop): error if drag sequence is started while another one is finishing #16081

Merged

Commits on May 21, 2019

  1. fix(drag-drop): error if drag sequence is started while another one i…

    …s finishing
    
    Fixes an error being thrown if the user manages to start a different drag sequence while the previous one is finishing. The error comes from the fact that some elements are still being moved around while we're waiting for the previous animation to finish.
    
    Fixes angular#13077.
    crisbeto committed May 21, 2019
    Configuration menu
    Copy the full SHA
    b9380b8 View commit details
    Browse the repository at this point in the history