Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 305320a

Browse files
qfel13sebholstein
authored andcommitted
fix(snazzy-info-window): fix passing of closeOnMapClick param (#1221)
Add closeOnMapClick to options passed to SnazzyInfoWindow. Fix #1118
1 parent 6081e57 commit 305320a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/snazzy-info-window/directives/snazzy-info-window.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export class AgmSnazzyInfoWindow implements AfterViewInit, OnDestroy {
197197
fontColor: this.fontColor,
198198
pointer: this.pointer,
199199
shadow: this.shadow,
200+
closeOnMapClick: this.closeOnMapClick,
200201
openOnMarkerClick: this.openOnMarkerClick,
201202
closeWhenOthersOpen: this.closeWhenOthersOpen,
202203
showCloseButton: this.showCloseButton,

0 commit comments

Comments
 (0)