@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/lcdp-ueditor-react",
3
- "version": "1.0.0-alpha.5",
3
+ "version": "1.0.0-alpha.6",
4
4
  "module": "es/index.js",
5
5
  "main": "lib/index.js",
6
6
  "license": "MIT",
@@ -145,7 +145,7 @@ div.edui-box {
145
145
  border: 1px solid var(--edui-color-border);
146
146
  background-color: white;
147
147
  position: relative;
148
- overflow: visible;
148
+ overflow: auto;
149
149
  border-radius: 4px;
150
150
  width: 100% !important;
151
151
  }
@@ -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?ad7cacab",
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"