mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
feat(editor): Remove edge execution animation on new canvas (#11446)
This commit is contained in:
parent
4e3681b905
commit
a701d87f5b
|
@ -743,7 +743,6 @@ describe('useCanvasMapping', () => {
|
|||
target,
|
||||
targetHandle,
|
||||
type: 'canvas-edge',
|
||||
animated: false,
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
@ -832,7 +831,6 @@ describe('useCanvasMapping', () => {
|
|||
target: targetA,
|
||||
targetHandle: targetHandleA,
|
||||
type: 'canvas-edge',
|
||||
animated: false,
|
||||
},
|
||||
{
|
||||
data: {
|
||||
|
@ -855,7 +853,6 @@ describe('useCanvasMapping', () => {
|
|||
targetHandle: targetHandleB,
|
||||
type: 'canvas-edge',
|
||||
markerEnd: MarkerType.ArrowClosed,
|
||||
animated: false,
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
|
|
@ -507,7 +507,6 @@ export function useCanvasMapping({
|
|||
data,
|
||||
type,
|
||||
label,
|
||||
animated: data.status === 'running',
|
||||
markerEnd: MarkerType.ArrowClosed,
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue