pb-sxp-ui 1.19.12 → 1.19.13
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +1 -1
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/index.js +1 -1
- package/lib/core/components/SxpPageRender/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -19264,7 +19264,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
|
19264
19264
|
};
|
|
19265
19265
|
const height = React.useMemo(() => {
|
|
19266
19266
|
return visibleHeight - minusHeight - tagHeight - getHeightWithSafeArea2();
|
|
19267
|
-
}, [minusHeight, visibleHeight, tagHeight, getHeightWithSafeArea2]);
|
|
19267
|
+
}, [minusHeight, visibleHeight, tagHeight, getHeightWithSafeArea2, containerHeight]);
|
|
19268
19268
|
const visList = React.useMemo(() => {
|
|
19269
19269
|
var _a;
|
|
19270
19270
|
const list = activeIndex === 0 && !waterFallData && !isEditor && !isDiyH5
|