``` 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