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