mirror of
https://github.com/langgenius/dify.git
synced 2026-02-27 03:45:09 +00: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.