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 L.LeafletEvent Incorrect Return Key #985

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Fix L.LeafletEvent Incorrect Return Key #985

wants to merge 1 commit into from

Commits on Mar 18, 2020

  1. Fix L.LeafletEvent Incorrect Return Key

    Traditionally, all L.LeafletEvent returns layer(s) as an array - but has kept the name to e.layer. Save function appears to be the only degenerate case and breaks TypeScript checks for project that uses L.LeafletDraw Types.
    
    Additionally, it homogenise the naming convention of such event returns.
    gkeechin authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    5bab2cb View commit details
    Browse the repository at this point in the history