JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.75k stars 421 forks source link

DoubleClick is not working when mouseup event call #3352

Open Cheekm2024 opened 2 months ago

Cheekm2024 commented 2 months ago

I have called two events for Polygon One for edit the polygon onmouseup and another one is for doubleclick for removing paths(vertex)

Issue: Doubleclick event is not triggered and only mouseup event is triggered during doubleclick for removing vertex of polygon ,<PolygonF Paths = {lat/lng} OnDblClick ={evenhandler1} Onmouseup={evenhandler2}/> Can you pls tell me why doubleclick event is not triggered during doubleclick