Skip to content

Markers are draggable after drawing a new marker #1113

@Falke-Design

Description

@Falke-Design
    var marker1 = L.marker(
        [5, 5],
    ).addTo(map);
    
    marker1.pm.setOptions({draggable: false});

Because of the markerEditable option, other existing markers are going into edit mode and keeping that for the drag mode

#1105

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions