mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-19 22:09:08 +08:00
feat: animate edges after the introduction has been done
This commit is contained in:
parent
2e9fb26f6b
commit
6e0aa305d1
@ -276,7 +276,7 @@ function useWorkflowRun(
|
|||||||
setEdges((edges) => {
|
setEdges((edges) => {
|
||||||
return edges.map((edge) => ({
|
return edges.map((edge) => ({
|
||||||
...edge,
|
...edge,
|
||||||
animated: false,
|
animated: true,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user