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

Commit 7468bb4

Browse files
agustinbcu01sebholstein
authored andcommitted
fix(AgmCircle): clickable input
1 parent b108ef9 commit 7468bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/directives/circle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class AgmCircle implements OnInit, OnChanges, OnDestroy {
152152

153153
private static _mapOptions: string[] = [
154154
'fillColor', 'fillOpacity', 'strokeColor', 'strokeOpacity', 'strokePosition', 'strokeWeight',
155-
'visible', 'zIndex'
155+
'visible', 'zIndex', 'clickable'
156156
];
157157

158158
private _eventSubscriptions: Subscription[] = [];

0 commit comments

Comments
 (0)