mirror of
https://github.com/langgenius/dify.git
synced 2026-03-30 10:30:16 +08:00
Enable users to drag files from their system directly into the file tree to upload them. Files can be dropped on the tree container (uploads to root) or on specific folders. Hovering over a closed folder for 2 seconds auto- expands it. Uses Zustand for drag state management instead of React Context for better performance.