@3cr/viewer-browser 0.0.97 → 0.0.99
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/Viewer3CR.js +1 -1
- package/dist/Viewer3CR.mjs +1 -1
- package/dist/Viewer3CR.umd.js +1 -1
- package/index.ts +1 -0
- package/package.json +1 -1
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -19284,7 +19284,7 @@ const Sx = J({
|
|
|
19284
19284
|
let Fr;
|
|
19285
19285
|
async function lE(e) {
|
|
19286
19286
|
const t = document.createElement("div");
|
|
19287
|
-
t.style.width = "0", t.style.height = "0", document.body.appendChild(t);
|
|
19287
|
+
t.style.width = "0", t.style.height = "0", t.style.all = "initial", document.body.appendChild(t);
|
|
19288
19288
|
const n = Rp(nE);
|
|
19289
19289
|
m0(n), Fr = n.mount(t), await xm(e);
|
|
19290
19290
|
}
|