NathanAP / vue-google-maps-community-fork

The community fork for Vue Google Maps library
https://vue-google-maps-community-fork.netlify.app
MIT License
108 stars 33 forks source link

Attempt to fix closeclick issue in InfoWindow #52

Closed oliverkirsch closed 1 year ago

oliverkirsch commented 1 year ago

Propagate google maps InfoWindow's closeclick event to the parent component however, re-open the InfoWindow when the event is received in order to ensure, its state is set solely by the "opened" prop of the InfoWindow component

Do not emit closeclick in the _openInfoWindow() method triggered by the watcher on the opened prop. closeclick should only be triggered, when the user atually clicked close

netlify[bot] commented 1 year ago

Deploy Preview for vue-google-maps-community-fork canceled.

Name Link
Latest commit 0ea377c29ab8d56c8bf2cc125c0df1a9cb656560
Latest deploy log https://app.netlify.com/sites/vue-google-maps-community-fork/deploys/63f398edf0fe0c0007ecf866
NathanAP commented 1 year ago

If someone uses this and wants to help us improve it, please let us know. I'll leave it here some days to see if someone appears. Otherwise I'll accept it.

Thanks again for your help!