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

Backport ensure drag handlers request render frames on move (#6068) #6073

Merged
merged 1 commit into from
Jan 29, 2018

Commits on Jan 27, 2018

  1. Ensure drag handlers request render frames on move (#6068)

    Closes #6063
    
    Caused by #6005 because,
    after that change, the drag handlers relied on the `move` event to
    trigger a map rerender to pick up the next batch of mouse movements.
    
    This worked fine while dragging was in progress, but after the user
    paused and the render frame triggered by the last `move` event was
    complete, there was nothing to re-initiate the render loop once the
    mouse moved again.
    anandthakker authored Jan 27, 2018
    Configuration menu
    Copy the full SHA
    6600374 View commit details
    Browse the repository at this point in the history