fix: remove animated edges

This commit is contained in:
2026-06-08 12:22:41 +08:00
parent 23f8fb97a6
commit 419bfab1f4

View File

@@ -52,7 +52,6 @@ function makeEdges() {
source: e.source,
target: e.target,
label: e.label ?? '',
animated: true,
}))
}