diff --git a/docs/plugins.md b/docs/plugins.md index 6b879739..5bf19258 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -3110,6 +3110,15 @@ These plugins extend Leaflet event handling. Geoloep + + + L.DraggableEnhancer + + Modify the default L.Draggable handler (responsible for map panning, ...) to make it work properly if the map container's parent has predefined handlers like "_event.preventDefault_' attached to a "_mousemove_" event for example. + + Vincent Dechandon + +