mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Simplify file drop hooks by removing the unnecessary useUnifiedDrag wrapper that became redundant after internal node drag was migrated to react-arborist's built-in system. Now useFolderFileDrop and useRootFileDrop directly use useFileDrop, reducing code complexity and eliminating unused treeChildren prop drilling. |
||
|---|---|---|
| .. | ||
| artifacts-section.tsx | ||
| drag-action-tooltip.tsx | ||
| index.tsx | ||
| menu-item.tsx | ||
| node-menu.tsx | ||
| tree-context-menu.tsx | ||
| tree-edit-input.tsx | ||
| tree-guide-lines.tsx | ||
| tree-node-icon.tsx | ||
| tree-node.tsx | ||