@bigbinary/neeto-editor 1.25.20 → 1.25.21
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/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -111960,7 +111960,7 @@ var LocalUploader = function LocalUploader(_ref) {
|
|
|
111960
111960
|
cov_23n4f4s494().s[37]++;
|
|
111961
111961
|
uppy.use(DropTarget, {
|
|
111962
111962
|
target: dropTargetRef === null || dropTargetRef === void 0 ? void 0 : dropTargetRef.current,
|
|
111963
|
-
|
|
111963
|
+
onDrop: afterAddingFiles
|
|
111964
111964
|
});
|
|
111965
111965
|
cov_23n4f4s494().s[38]++;
|
|
111966
111966
|
return function () {
|