fix: remove animated edges
This commit is contained in:
@@ -52,7 +52,6 @@ function makeEdges() {
|
|||||||
source: e.source,
|
source: e.source,
|
||||||
target: e.target,
|
target: e.target,
|
||||||
label: e.label ?? '',
|
label: e.label ?? '',
|
||||||
animated: true,
|
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user