Ilya Timofeev
Results
1
comments of
Ilya Timofeev
@stivoox sorry for such late response, but you can try to trigger `"click"` event on a map manually: ```js google.maps.event.trigger(gmap, "click"); ``` And if your windows have `closeOnMapClick: true` in...