mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Switch from native HTML5 drag to react-arborist's built-in drag system for internal node drag-and-drop. The HTML5Backend used by react-arborist was intercepting dragstart events, preventing native drag from working. - Add onMove callback and disableDrop validation to Tree component - Sync react-arborist drag state (isDragging, willReceiveDrop) to Zustand - Simplify use-node-move to only handle API execution - Update use-unified-drag to only handle external file uploads - External file drops continue to work via native HTML5 events |
||
|---|---|---|
| .. | ||
| use-create-operations.ts | ||
| use-delayed-click.ts | ||
| use-download-operation.ts | ||
| use-file-drop.ts | ||
| use-file-operations.ts | ||
| use-file-type-info.ts | ||
| use-folder-file-drop.ts | ||
| use-inline-create-node.ts | ||
| use-modify-operations.ts | ||
| use-node-move.ts | ||
| use-paste-operation.ts | ||
| use-root-file-drop.ts | ||
| use-skill-asset-tree.ts | ||
| use-skill-file-data.ts | ||
| use-skill-file-save.ts | ||
| use-skill-shortcuts.ts | ||
| use-sync-tree-with-active-tab.ts | ||
| use-tree-node-handlers.ts | ||
| use-unified-drag.ts | ||