@sunggang/ui-lib 0.4.32 → 0.4.33

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.
@@ -66802,7 +66802,7 @@ var BaseCkeditor = function(param) {
66802
66802
  editor: Editor,
66803
66803
  data: value,
66804
66804
  config: {
66805
- customUpload: config || (item === null || item === void 0 ? void 0 : item.config) || {}
66805
+ customUpload: (item === null || item === void 0 ? void 0 : item.config) || config
66806
66806
  },
66807
66807
  onChange: function(_, editor) {
66808
66808
  var data = editor.getData();
@@ -66796,7 +66796,7 @@ var BaseCkeditor = function(param) {
66796
66796
  editor: Editor,
66797
66797
  data: value,
66798
66798
  config: {
66799
- customUpload: config || (item === null || item === void 0 ? void 0 : item.config) || {}
66799
+ customUpload: (item === null || item === void 0 ? void 0 : item.config) || config
66800
66800
  },
66801
66801
  onChange: function(_, editor) {
66802
66802
  var data = editor.getData();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.4.32",
3
+ "version": "0.4.33",
4
4
  "sideEffects": [
5
5
  "*.css",
6
6
  "./src/style.css",