Skip to content

Commit

Permalink
Fix position of io node of default diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
hlxid committed Aug 18, 2023
1 parent e775ed3 commit a520084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/serialize/loadDefaultDiagram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const defaultDiagramSchema: SGraphSchema = {
type: "node:input-output",
id: outputId,
text: "Customer",
position: { x: 325, y: 210 },
position: { x: 325, y: 212.5 },
labels: [],
} as DFDNodeSchema,
{
Expand Down

0 comments on commit a520084

Please sign in to comment.