From 45b3e041d24b37e8f2de91e7a8c65e4563689b1a Mon Sep 17 00:00:00 2001 From: Vincent D Date: Sun, 3 Dec 2017 21:24:59 +0100 Subject: [PATCH] Removed markdown syntax in plugin description --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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