@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.5 → 1.0.0-alpha.6
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
|
@@ -32443,7 +32443,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
|
|
32443
32443
|
var editor = new UE.Editor(options);
|
|
32444
32444
|
editor.options.editor = editor;
|
|
32445
32445
|
utils.loadFile(document, {
|
|
32446
|
-
href: editor.options.themePath + editor.options.theme + "/css/ueditor.css?
|
|
32446
|
+
href: editor.options.themePath + editor.options.theme + "/css/ueditor.css?cfa2e867",
|
|
32447
32447
|
tag: "link",
|
|
32448
32448
|
type: "text/css",
|
|
32449
32449
|
rel: "stylesheet"
|