mirror of
https://github.com/simstudioai/sim.git
synced 2026-03-15 03:00:33 -04:00
fix(diff-controls): fixed positioning for copilot diff controls
This commit is contained in:
@@ -3981,9 +3981,9 @@ const WorkflowContent = React.memo(
|
||||
{!embedded && isWorkflowReady && isWorkflowEmpty && effectivePermissions.canEdit && (
|
||||
<CommandList />
|
||||
)}
|
||||
</div>
|
||||
|
||||
{!embedded && <DiffControls />}
|
||||
{!embedded && <DiffControls />}
|
||||
</div>
|
||||
|
||||
{!embedded && <Terminal />}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user