mirror of
https://github.com/langgenius/dify.git
synced 2026-03-08 00:55:57 +08: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.