Skip to content

Commit d990a5e

Browse files
committed
Fix callback handling in Circle
1 parent 6b84000 commit d990a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Circle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Circle extends Component {
7474
}
7575

7676
onCircleCallback(callback, event) {
77-
this.props[callback](this.marker, event);
77+
this.props[callback](this.circle, event);
7878
}
7979

8080
renderCircle(props) {

0 commit comments

Comments
 (0)