We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0bb42 commit 12771e5Copy full SHA for 12771e5
src/stories/main/GraphEditor.stories.tsx
@@ -141,7 +141,7 @@ export const FiveThousandsBlocks: Story = {
141
useBezierConnections: false,
142
},
143
render: (args) => (
144
- <GraphApp config={generatePrettyBlocks({ layersCount: 30, connectionsPerLayer: 300 })} {...args}></GraphApp>
+ <GraphApp config={generatePrettyBlocks({ layersCount: 40, connectionsPerLayer: 300 })} {...args}></GraphApp>
145
),
146
};
147
0 commit comments