next-helios-fe 1.8.60 → 1.8.62
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/package.json
CHANGED
@@ -189,7 +189,7 @@ export const Tooltip: React.FC<TooltipProps> = ({
|
|
189
189
|
<div
|
190
190
|
ref={tooltipRef}
|
191
191
|
className={`absolute z-50 duration-200 transition-opacity ${
|
192
|
-
visible ? "
|
192
|
+
visible ? "" : "hidden pointer-events-none"
|
193
193
|
} ${options?.enableHover ? "" : "pointer-events-none"}`}
|
194
194
|
style={getTooltipPosition()}
|
195
195
|
>
|