sag_components 2.0.0-beta204 → 2.0.0-beta205
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.esm.js
CHANGED
|
@@ -2399,7 +2399,7 @@ const Tooltip$2 = props => {
|
|
|
2399
2399
|
className
|
|
2400
2400
|
} = props;
|
|
2401
2401
|
let timeout;
|
|
2402
|
-
const [active, setActive] = useState(
|
|
2402
|
+
const [active, setActive] = useState(false);
|
|
2403
2403
|
const showTip = () => {
|
|
2404
2404
|
timeout = setTimeout(() => {
|
|
2405
2405
|
setActive(true);
|