mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Consolidate menu components by extending NodeMenu to support a 'root' type, eliminating the redundant BlankAreaMenu component. This reduces code duplication and simplifies the context menu logic by storing isFolder in the context menu state instead of re-querying tree data. |
||
|---|---|---|
| .. | ||
| use-delayed-click.ts | ||
| use-file-operations.ts | ||
| use-inline-create-node.ts | ||
| use-skill-asset-tree.ts | ||
| use-sync-tree-with-active-tab.ts | ||
| use-tree-node-handlers.ts | ||