mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 12:55:49 +08:00
Removes explicit Start node exclusion from handleNodesDelete function: - Remove BlockEnum.Start filter from bundled nodes selection - Remove BlockEnum.Start filter from selected node detection - Allows DEL/Backspace keys to delete Start nodes same as other nodes - Button delete already worked, now keyboard delete works too Fixes: Start nodes can now be deleted via both button and keyboard shortcuts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>