|
@@ -631,6 +631,10 @@ export class GraphCanvasComponent extends React.Component<IGraphCanvasComponentP
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (pointB.ownerBlock === pointA.ownerBlock) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
// Check compatibility
|
|
// Check compatibility
|
|
let isFragmentOutput = pointB.ownerBlock.getClassName() === "FragmentOutputBlock";
|
|
let isFragmentOutput = pointB.ownerBlock.getClassName() === "FragmentOutputBlock";
|
|
let compatibilityState = pointA.checkCompatibilityState(pointB);
|
|
let compatibilityState = pointA.checkCompatibilityState(pointB);
|