Skip to content

Commit f5eb76c

Browse files
committed
fix(diff-controls): fixed positioning for copilot diff controls
1 parent b024d63 commit f5eb76c

File tree

1 file changed

+2
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3981,9 +3981,9 @@ const WorkflowContent = React.memo(
39813981
{!embedded && isWorkflowReady && isWorkflowEmpty && effectivePermissions.canEdit && (
39823982
<CommandList />
39833983
)}
3984-
</div>
39853984

3986-
{!embedded && <DiffControls />}
3985+
{!embedded && <DiffControls />}
3986+
</div>
39873987

39883988
{!embedded && <Terminal />}
39893989
</div>

0 commit comments

Comments
 (0)