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

perf(drag-drop): remove expensive style recalculation #14189

Merged
merged 1 commit into from
Nov 29, 2018

Commits on Nov 18, 2018

  1. perf(drag-drop): remove expensive style recalculation

    Removes an expensive style recalculation of the entire body from `drag-drop`. The issue that the code was solving isn't very common (the user starts dragging and then they yank their cursor out of the edge of the screen on Safari) and when it happens, things will generally still work.
    crisbeto committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    5a33a31 View commit details
    Browse the repository at this point in the history