LiveBy / react-leaflet-control

Dumb React component for creating Controls
ISC License
88 stars 24 forks source link

[RFE] Allow click handlers #11

Closed ghostd closed 8 months ago

ghostd commented 7 years ago

Hi,

I'm using a copy of your work with a modification: i need to handle the click event. So what do you think about adding two properties: onClick and onDblClick?

If a property is not provided, the default handler could call the Leaflet stopPropagation function.

Regards