react-path-marker
Advanced tools
Comparing version
@@ -21,2 +21,5 @@ # CHANGELOG | ||
## 1.0.7 | ||
* Allow passing optional reference if you want to use the reference outside for listeners (adding a tooltip to it) | ||
* Allow passing optional reference if you want to use the reference outside for listeners (adding a tooltip to it) | ||
## 1.0.8 | ||
* Pointer Events set to none so that the tooltip would work when highlighting marker on worldmap |
@@ -75,3 +75,5 @@ import React, { useState, useEffect } from 'react'; | ||
}, [pathRef, svgRef, markerRef, markerRect]); | ||
return React.createElement("g", null, React.createElement("circle", { | ||
return React.createElement("g", { | ||
pointerEvents: "none" | ||
}, React.createElement("circle", { | ||
r: radius, | ||
@@ -78,0 +80,0 @@ fill: color, |
{ | ||
"name": "react-path-marker", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "displayName": "React Path Marker", |
Sorry, the diff of this file is not supported yet
15808
1.28%97
2.11%