mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 16:09:39 +00:00
fix(frontend): recompute dataflow edges when selecting a step (#11070)
Claude-Session: https://claude.ai/code/session_01Vk3d9DpuPuV8C8nKSeGCqC Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
f517402538
commit
08d876aebf
@@ -989,6 +989,9 @@
|
||||
// FlowRunStatus instead.
|
||||
flowJob
|
||||
suspendStatus
|
||||
// Dataflow edges hang off the selected step. Selection is otherwise xyflow's own state,
|
||||
// so it only rebuilds the graph while those edges are shown.
|
||||
if ($useDataflow) selectedId
|
||||
|
||||
const collapsedGroupIds = new Set(
|
||||
allGroups
|
||||
|
||||
Reference in New Issue
Block a user