@innovastudio/contentbox 1.6.62 → 1.6.63

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/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