diff --git a/editor/components/SceneGraph.vue b/editor/components/SceneGraph.vue index 4991ee5..2b7685f 100644 --- a/editor/components/SceneGraph.vue +++ b/editor/components/SceneGraph.vue @@ -52,7 +52,6 @@ function makeEdges() { source: e.source, target: e.target, label: e.label ?? '', - animated: true, })) }