mirror of https://github.com/minio/minio.git
78a641fc6a
This commit fixes the order of the functions inside the selectPrefix function due to the fact that, as multiple files were being uploaded, the resetObjects function (that clears the object list) ran repeatedly for each of these objects, right before the appendObjects function (that appends the objects being uploaded to the current list of objects) also ran for all of these objects. This caused all the objects in the bucket to be repeated in the list for the number of objects that were dragged into the dropzone. |
||
---|---|---|
.. | ||
__tests__ | ||
components | ||
actions.js | ||
constants.js | ||
jsonrpc.js | ||
mime.js | ||
reducers.js | ||
utils.js | ||
web.js |