@webspatial/react-sdk 0.0.17 → 0.0.18
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/default/index.js +1 -0
- package/dist/default/index.js.map +1 -1
- package/dist/web/index.js +1 -0
- package/dist/web/index.js.map +1 -1
- package/package.json +1 -1
package/dist/default/index.js
CHANGED
|
@@ -2423,6 +2423,7 @@ var Model3DNative = class {
|
|
|
2423
2423
|
await spatialModel3DComponent.setOpacity(opacity);
|
|
2424
2424
|
const anchor = parseTransformOrigin(computedStyle);
|
|
2425
2425
|
await spatialModel3DComponent.setRotationAnchor(anchor);
|
|
2426
|
+
await this.setScrollWithParent(!isFixed);
|
|
2426
2427
|
}
|
|
2427
2428
|
async updateRectAndTransform(rect, spatialTransform) {
|
|
2428
2429
|
if (!this.entity || !this.spatialModel3DComponent) {
|