@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.123",
4
+ "version": "1.4.124",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -69300,7 +69300,11 @@ class SaveImages {
69300
69300
  });
69301
69301
  }
69302
69302
  if (finished) {
69303
- this.opts.onComplete();
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