Updated plugins file with L.DraggableEnhancer under Events

This commit is contained in:
Vincent D 2017-12-02 22:56:52 +01:00 committed by GitHub
parent abb14f0b8c
commit 9aaa8698dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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