@innovastudio/contentbuilder 1.5.165 → 1.5.166

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.5.165",
4
+ "version": "1.5.166",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -5135,6 +5135,7 @@ class Util {
5135
5135
  }
5136
5136
 
5137
5137
  hideModal(modal) {
5138
+ if (!modal) return;
5138
5139
  this.builder.doc.activeElement.blur();
5139
5140
  document.activeElement.blur();
5140
5141
  // this.builder.doc.body.focus();