JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.78k stars 437 forks source link

fixed DrawingManagerF onComplete event handlers #3034

Closed SimonasPetk closed 2 years ago

SimonasPetk commented 2 years ago

fixed <DrawingManagerF/>.

<onPolylineComplete/> returns correct polyline completed event, previously returned polygon completed event <onPolygonComplete/> returns polygon completed event instead of nothing

Reason for the PR

Fixed the bug present and showcased in this #3033