Skip to content

Commit

Permalink
📝 fix: 删除不必要的demo配置
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangchu committed Sep 20, 2023
1 parent 89b279f commit 4c1ba5f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ProFlow/demos/ProFlowDemo.tsx
Original file line number Diff line number Diff line change
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 4c1ba5f

Please sign in to comment.