safrazik / vue-file-agent

The most beautiful and full featured file upload component for Vue JS
https://safrazik.github.io/vue-file-agent/
MIT License
731 stars 93 forks source link

Selecting multiple files with a broken one and then removing one the them removes all the selected files #178

Open K4LENJI opened 2 years ago

K4LENJI commented 2 years ago

Describe the bug If you select multiple files and one of them is broken, afterwards it will remove all of the selected files (i.e. the ones selected at the same time with the broken one) when you try to remove a single one.

To Reproduce Steps to reproduce the behavior:

  1. Select multiple files including a broken one, either by dragging and dropping or the choose files window.
  2. Click the "X" button on one of the previously selected files.
  3. Every previously selected file will get removed.

Expected behavior Only the file you click the "X" button on gets removed.

Desktop (please complete the following information):