@innovastudio/contentbuilder 1.4.123 → 1.4.124

Sign up to get free protection for your applications and to get access to all the features.
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