@capillarytech/creatives-library 0.0.8 → 0.0.9

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.
@@ -118,6 +118,9 @@ class Ckeditor extends React.Component { // eslint-disable-line react/prefer-sta
118
118
  this.unmounting = true;
119
119
  if (this.editorInstance) {
120
120
  this.editorInstance.destroy();
121
+ if (window.CKEDITOR && !_.isEmpty(window.CKEDITOR.instances)) {
122
+ window.CKEDITOR.instances = {};
123
+ }
121
124
  }
122
125
  }
123
126
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",