From 419bfab1f40d55b26940f1c673afdea4457412b5 Mon Sep 17 00:00:00 2001 From: cocos02 Date: Mon, 8 Jun 2026 12:22:41 +0800 Subject: [PATCH] fix: remove animated edges --- editor/components/SceneGraph.vue | 1 - 1 file changed, 1 deletion(-) 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, })) }