@innovastudio/contentbox 1.6.62 → 1.6.63

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/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.62",
4
+ "version": "1.6.63",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -153994,7 +153994,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
153994
153994
  }
153995
153995
 
153996
153996
  cleanupUnused() {
153997
- this.editor.rte.cleanupFontCssLink(); //Cleanup unused contentstyles
153997
+ if (this.editor) this.editor.rte.cleanupFontCssLink(); //Cleanup unused contentstyles
153998
153998
 
153999
153999
  let links = this.doc.getElementsByTagName('link');
154000
154000