Skip to content

Commit 949749c

Browse files
authored
feat: enhance node import edge recognizability (#993)
1 parent eff70a1 commit 949749c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/client/src/composables/graph.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ function getEdge(modId: string, dep: string) {
264264
enabled: true,
265265
scaleFactor: 0.8,
266266
},
267+
from: {
268+
enabled: true,
269+
type: 'circle',
270+
scaleFactor: 0.8,
271+
},
267272
},
268273
}
269274
}

0 commit comments

Comments
 (0)