@3cr/viewer-browser 0.0.131 → 0.0.132
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 -0
- package/dist/Viewer3CR.umd.js +1 -1
- package/index.ts +1 -0
- package/package.json +1 -1
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -20372,6 +20372,7 @@ async function Bb(e = void 0, t = Qi) {
|
|
|
20372
20372
|
await Ks.loadInstance(e, t);
|
|
20373
20373
|
}
|
|
20374
20374
|
async function Rb() {
|
|
20375
|
+
console.log("Ejected Viewer");
|
|
20375
20376
|
const e = document.getElementById(Lf), t = document.getElementById(Lb);
|
|
20376
20377
|
e?.remove(), t?.remove();
|
|
20377
20378
|
}
|