Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@

this._observeMarkers();

this.markers = this._setMarkers(newMarkers);
this._setMarkers(newMarkers);

// Set the map on each marker and zoom viewport to ensure they're in view.
this._attachChildrenToMap(this.markers);
Expand Down