mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-26 07:14:47 +08:00
feat: animate edges after the introduction has been done
This commit is contained in:
@@ -276,7 +276,7 @@ function useWorkflowRun(
|
|||||||
setEdges((edges) => {
|
setEdges((edges) => {
|
||||||
return edges.map((edge) => ({
|
return edges.map((edge) => ({
|
||||||
...edge,
|
...edge,
|
||||||
animated: false,
|
animated: true,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user