diff --git a/src/components/Marker/index.js b/src/components/Marker/index.js index 95cf6c7c..f69a7b16 100644 --- a/src/components/Marker/index.js +++ b/src/components/Marker/index.js @@ -160,7 +160,7 @@ class Marker extends PureComponent { } if (this.props.onClick) { - this._el.addEventListener('click', this.props.onClick); + this._el.removeEventListener('click', this.props.onClick); } this._marker.remove();