diff --git a/docs/plugins.md b/docs/plugins.md index 5bf19258..58ff7317 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -3114,7 +3114,7 @@ These plugins extend Leaflet event handling. 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. + Modify the default L.Draggable handler (responsible for map panning, ...) to make it work properly if one of the map container's parents has predefined handlers like "event.stopPropagation()' attached to a "mousemove" event for example. Vincent Dechandon