You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2019. It is now read-only.
I have markers on a map, that open an InfoWindow on click. Each InfoWindow contains a button.
To reproduce the bug:
open an InfoWindow and click on the button, the function callback is called once => OK
Click on another marker => the InfoWindow is closed, another one is opened
Click on the button, then the callback function is called twice => Bug