@jsenv/navi 0.12.14 → 0.12.15
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/jsenv_navi.js +0 -3
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -9601,9 +9601,6 @@ const UITransition = ({
|
|
|
9601
9601
|
const uiTransitionRefDefault = useRef();
|
|
9602
9602
|
uiTransitionRef = uiTransitionRef || uiTransitionRefDefault;
|
|
9603
9603
|
useLayoutEffect(() => {
|
|
9604
|
-
if (disabled) {
|
|
9605
|
-
return null;
|
|
9606
|
-
}
|
|
9607
9604
|
const uiTransition = createUITransitionController(ref.current, {
|
|
9608
9605
|
alignX,
|
|
9609
9606
|
alignY
|