react-google-maps-api icon indicating copy to clipboard operation
react-google-maps-api copied to clipboard

DoubleClick is not working when mouseup event call

Open Cheekm2024 opened this issue 2 months ago • 0 comments

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

Cheekm2024 avatar Apr 24 '24 17:04 Cheekm2024