fix: append new drops to upload queue instead of overwriting it

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-01 13:26:49 +00:00
parent f11b5e74b5
commit 81c08ed9d0
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -1327,7 +1327,6 @@
if (files.length > 0) {
// Show upload modal
uploadModal.classList.add('active');
uploadProgressContainer.innerHTML = '';
// Process the dropped files (queue-based, with adaptive throttling)
processFiles(files, uploadProgressContainer, uploadStatusMessage);