hookehuyr

fix

...@@ -1396,7 +1396,8 @@ export default { ...@@ -1396,7 +1396,8 @@ export default {
1396 control, 1396 control,
1397 }), 1397 }),
1398 ); 1398 );
1399 - edges = edges.map(({ source, sourceAnchor, target, targetAnchor }) => ({ 1399 + edges = edges.map(({ shape, source, sourceAnchor, target, targetAnchor }) => ({
1400 + shape,
1400 source, 1401 source,
1401 sourceAnchor, 1402 sourceAnchor,
1402 target, 1403 target,
......