fix: use dragging.enable/disable instead of non-existent setDraggable
Leaflet Marker has no setDraggable method. Toggling dragging at runtime requires marker.dragging.enable() / .disable(). Adds a special case for the 'draggable' attribute in the attributeChangedCallback before the generic setter lookup.main
parent
be84e61ad0
commit
3846cad38e
Loading…
Reference in New Issue