@secondstaxorg/sscomp 1.7.1 → 1.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -30338,7 +30338,8 @@ const Tooltip = (props) => {
30338
30338
  React$1.useEffect(()=>{
30339
30339
  tippy(`#${childElementId}`,{
30340
30340
  content:tooltipContent,
30341
- placement:tooltipPosition
30341
+ placement:tooltipPosition,
30342
+ interactive:true
30342
30343
  });
30343
30344
  },[]);
30344
30345