Skip to content

Commit

Permalink
fix(snazzy-info-window): fix passing of closeOnMapClick param (#1221)
Browse files Browse the repository at this point in the history
Add closeOnMapClick to options passed to SnazzyInfoWindow.

Fix #1118
  • Loading branch information
qfel13 authored and sebholstein committed Oct 31, 2017
1 parent 6081e57 commit 305320a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export class AgmSnazzyInfoWindow implements AfterViewInit, OnDestroy {
fontColor: this.fontColor,
pointer: this.pointer,
shadow: this.shadow,
closeOnMapClick: this.closeOnMapClick,
openOnMarkerClick: this.openOnMarkerClick,
closeWhenOthersOpen: this.closeWhenOthersOpen,
showCloseButton: this.showCloseButton,
Expand Down

0 comments on commit 305320a

Please sign in to comment.