mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00

* Add some tests for #5293 * Fix enabling marker dragging while markers aren't on the map by removing the dragging object when not on the map. This is a change of behavior (.dragging is only defined when a marker is on the map). * Docs for dragging change