Skip to content

Commit

Permalink
fix(AgmInfoWindow): disableAutoPan option
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ellis authored and sebholstein committed Sep 1, 2017
1 parent 8a1dc43 commit bf99108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/services/managers/info-window-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class InfoWindowManager {
content: infoWindow.content,
maxWidth: infoWindow.maxWidth,
zIndex: infoWindow.zIndex,
disableAutoPan: infoWindow.disableAutoPan
};
if (typeof infoWindow.latitude === 'number' && typeof infoWindow.longitude === 'number') {
options.position = {lat: infoWindow.latitude, lng: infoWindow.longitude};
Expand Down

0 comments on commit bf99108

Please sign in to comment.