We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d07f9d commit 6d86f01Copy full SHA for 6d86f01
src/frontend/ui/flow.nim
@@ -3057,7 +3057,7 @@ proc renderFlowLines*(self: FlowComponent) =
3057
if not self.stepNodes.hasKey(step.stepCount):
3058
if step.position == self.flow.loops[loopId].registeredLine:
3059
self.addLoopInfo(step)
3060
- if step.beforeValues.len > 0:
+ if step.beforeValues.len > 0 or step.afterValues.len > 0 or step.events.len > 0:
3061
self.addStepValues(step)
3062
3063
proc reloadFlow*(self:FlowComponent) =
0 commit comments