@ssaprt/tooltip 1.0.5 → 1.0.6
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1342,7 +1342,6 @@ var useTooltip = ({
|
|
|
1342
1342
|
pendingHideRef.current = false;
|
|
1343
1343
|
interactiveBridgeDeadlineRef.current = 0;
|
|
1344
1344
|
clearTooltipActivation(ownerRef.current);
|
|
1345
|
-
setMounted(false);
|
|
1346
1345
|
updatePhase("hidden");
|
|
1347
1346
|
}, [clearEnterFrames, clearHideTimer, clearInteractiveFrame, updatePhase]);
|
|
1348
1347
|
const runHide = (0, import_react.useCallback)(() => {
|