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

add ondragstart for marker dragging #7799

Merged
merged 1 commit into from
Feb 19, 2019
Merged

add ondragstart for marker dragging #7799

merged 1 commit into from
Feb 19, 2019

Commits on Jan 23, 2019

  1. add ondragstart for marker dragging

    fix for #7795
    
    the first try was using `ondragstart` to prevent all its dragstart but flow type doens't allow it.
    So, it should be using `addEventListener('dragstart')` and in this case, we can prevent dragstart with `preventDefault()`.
    cs09g authored and AppPlatformDept committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    1b8c940 View commit details
    Browse the repository at this point in the history