From 9ea0387771aeeaa182df97ba3224a294bd115540 Mon Sep 17 00:00:00 2001 From: Rizumu Ayaka Date: Wed, 5 Nov 2025 12:57:30 +0900 Subject: [PATCH] fix: Improving the recognizability of node import edge --- packages/client/src/composables/graph.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/client/src/composables/graph.ts b/packages/client/src/composables/graph.ts index d94d5ce61..88fd5ac5b 100644 --- a/packages/client/src/composables/graph.ts +++ b/packages/client/src/composables/graph.ts @@ -264,6 +264,11 @@ function getEdge(modId: string, dep: string) { enabled: true, scaleFactor: 0.8, }, + from: { + enabled: true, + type: 'circle', + scaleFactor: 0.8, + }, }, } }