Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: prevent disconnected handles from executing when input temp…
…late edge is hidden (#6132) * ✨ (reactflowUtils.ts): add new function filterHiddenFieldsEdges to filter out edges based on hidden fields in node templates * ♻️ (reactflowUtils.ts): refactor filterHiddenFieldsEdges function to accept targetNode directly instead of nodes array to improve code readability and maintainability * 🐛 (reactflowUtils.ts): fix a bug where nodeInputType is accessed without null check, causing potential runtime error --------- Co-authored-by: anovazzi1 <[email protected]>
- Loading branch information