feat: animate edges after the introduction has been done

This commit is contained in:
Li Xin 2025-04-30 09:45:37 +08:00
parent 2e9fb26f6b
commit 6e0aa305d1

View File

@ -276,7 +276,7 @@ function useWorkflowRun(
setEdges((edges) => {
return edges.map((edge) => ({
...edge,
animated: false,
animated: true,
}));
});