Skip to content

Commit ff76743

Browse files
author
Theodore Li
committed
Fix edge deletion in nested subflows
1 parent 2c12f49 commit ff76743

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-edge

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-edge/workflow-edge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const WorkflowEdgeComponent = ({
134134
position: 'absolute',
135135
transform: `translate(-50%, -50%) translate(${labelX}px,${labelY}px)`,
136136
pointerEvents: 'all',
137-
zIndex: 100,
137+
zIndex: 1011,
138138
}}
139139
onClick={(e) => {
140140
e.preventDefault()

0 commit comments

Comments
 (0)