We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cc245 commit b2a4fa9Copy full SHA for b2a4fa9
workflow-trace-viewer/src/jvmMain/kotlin/com/squareup/workflow1/traceviewer/ui/WorkflowTree.kt
@@ -132,7 +132,7 @@ private fun DrawTree(
132
We pair up the current node's children with previous frame's children.
133
In the edge case that the current frame has additional children compared to the previous
134
frame, we replace with null and will check before next recursive call.
135
- */
+ */
136
node.children.forEachIndexed { index, childNode ->
137
val prevChildNode = previousNode?.children?.getOrNull(index)
138
DrawTree(
0 commit comments