@v2coding/ui 1.1.12 → 1.1.13
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/dist/v2coding-ui.esm.js
CHANGED
|
@@ -4705,7 +4705,8 @@ const quillRedefine = config => {
|
|
|
4705
4705
|
type,
|
|
4706
4706
|
filename,
|
|
4707
4707
|
beforeUpload,
|
|
4708
|
-
afterUpload
|
|
4708
|
+
afterUpload,
|
|
4709
|
+
transformRequest
|
|
4709
4710
|
} = upload;
|
|
4710
4711
|
let getUrl = url;
|
|
4711
4712
|
|
|
@@ -4734,7 +4735,7 @@ const quillRedefine = config => {
|
|
|
4734
4735
|
}, {
|
|
4735
4736
|
file,
|
|
4736
4737
|
filename
|
|
4737
|
-
}).then(result => {
|
|
4738
|
+
}, transformRequest).then(result => {
|
|
4738
4739
|
const imageUrl = afterUpload(result);
|
|
4739
4740
|
|
|
4740
4741
|
if (imageUrl) {
|