mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 12:00:38 -04:00
Use Promise.all for concurrent file uploads instead of sequential processing, improving upload performance for multiple files. Also add isFileDrag check to handleFolderDragOver for consistency with other drag handlers.