suneditor
Advanced tools
Comparing version 3.0.0-alpha.13 to 3.0.0-alpha.14
{ | ||
"name": "suneditor", | ||
"version": "3.0.0-alpha.13", | ||
"version": "3.0.0-alpha.14", | ||
"description": "Vanilla javascript based WYSIWYG web editor", | ||
@@ -73,2 +73,3 @@ "author": "Yi JiHong", | ||
"prettier": "^2.8.8", | ||
"terser-webpack-plugin": "^5.3.10", | ||
"url-loader": "^4.1.1", | ||
@@ -75,0 +76,0 @@ "webpack": "^5.84.1", |
@@ -983,7 +983,2 @@ import { env, converter, domUtils, numbers } from '../helper'; | ||
/** destroy external library */ | ||
if (this.options.get('codeMirror6Editor')) { | ||
this.options.get('codeMirror6Editor').destroy(); | ||
} | ||
/** remove element */ | ||
@@ -990,0 +985,0 @@ domUtils.removeItem(this.carrierWrapper); |
Sorry, the diff of this file is too big to display
2112234
39
38046