fix(diff-controls): fixed positioning for copilot diff controls

This commit is contained in:
waleed
2026-03-10 23:36:08 -07:00
parent b024d63dbf
commit f5eb76c703

View File

@@ -3981,9 +3981,9 @@ const WorkflowContent = React.memo(
{!embedded && isWorkflowReady && isWorkflowEmpty && effectivePermissions.canEdit && (
<CommandList />
)}
</div>
{!embedded && <DiffControls />}
{!embedded && <DiffControls />}
</div>
{!embedded && <Terminal />}
</div>