mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
Remove redundant createTargetNodeId and use selectedTreeNodeId for both visual highlight and creation target. This simplifies the state management by having a single source of truth for tree selection, similar to VSCode's file explorer behavior where both files and folders can be selected.