Skip to content

Commit 25d17f3

Browse files
committed
[fix]: propagate invalidation more correctly
1 parent 02ff1aa commit 25d17f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Workflow/Sources/SubtreeManager.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,12 +540,12 @@ extension WorkflowNode.SubtreeManager {
540540
Output.update(
541541
outputMap(outputEvent),
542542
source: .subtree(workflowOutput.debugInfo),
543-
subtreeInvalidated: false
543+
subtreeInvalidated: workflowOutput.subtreeInvalidated
544544
)
545545
} else {
546546
Output.childDidUpdate(
547547
workflowOutput.debugInfo,
548-
subtreeInvalidated: false
548+
subtreeInvalidated: workflowOutput.subtreeInvalidated
549549
)
550550
}
551551

0 commit comments

Comments
 (0)