Skip to content

Commit

Permalink
📝 fix: 删除不必要的demo配置
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangchu authored and ModestFun committed Sep 20, 2023
1 parent c37f237 commit bc48d14
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ProFlow/demos/ProFlowDemo.tsx
Expand Up @@ -124,20 +124,11 @@ const edges = [
id: 'a1-a2',
source: 'a1',
target: 'a2',
type: 'smoothstep',
pathOptions: {
borderRadius: 20,
},
},
{
id: 'a1-b1',
source: 'a1',
target: 'b1',
type: 'smoothstep',
pathOptions: {
offset: 20,
borderRadius: 20,
},
},
{
id: 'a2-a3',
Expand Down

0 comments on commit bc48d14

Please sign in to comment.