@innovastudio/contentbuilder 1.4.123 → 1.4.124
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/package.json
CHANGED
|
@@ -69300,7 +69300,11 @@ class SaveImages {
|
|
|
69300
69300
|
});
|
|
69301
69301
|
}
|
|
69302
69302
|
if (finished) {
|
|
69303
|
-
|
|
69303
|
+
try {
|
|
69304
|
+
this.opts.onComplete();
|
|
69305
|
+
} catch (e) {
|
|
69306
|
+
// Do Nothing
|
|
69307
|
+
}
|
|
69304
69308
|
window.clearInterval(int);
|
|
69305
69309
|
|
|
69306
69310
|
// No need to remove hidden iframes
|