Merge pull request #5947 from idawave/patch-1

Updated plugins file with L.DraggableEnhancer under ##Events
This commit is contained in:
Andrew 2017-12-03 13:11:16 +01:00 committed by GitHub
commit 5cb9c22f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3110,6 +3110,15 @@ These plugins extend Leaflet event handling.
<a href="https://github.com/geoloep">Geoloep</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/idawave/Leaflet.DraggableEnhancer">L.DraggableEnhancer</a>
</td><td>
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.
</td><td>
<a href="https://github.com/idawave">Vincent Dechandon</a>
</td>
</tr>
</table>