react-path-tooltip
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -69,3 +69,3 @@ import React, { useState, useEffect } from 'react'; | ||
} | ||
}, [pathRef, svgRef, textRef]); // build up tip of tooltip | ||
}, [pathRef, svgRef, textRef, hidden]); // build up tip of tooltip | ||
@@ -72,0 +72,0 @@ var bottomRight = (tooltipRect.x + 7).toString() + "," + (tooltipRect.y - 10).toString() + " " + (tooltipRect.x + 30).toString() + "," + tooltipRect.y.toString() + " " + (tooltipRect.x + 22).toString() + "," + tooltipRect.y.toString(); |
{ | ||
"name": "react-path-tooltip", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "displayName": "React Path Tooltip", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20335
8