@logicflow/core 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27663,7 +27663,7 @@ var GraphModel_GraphModel = (GraphModel_class = /*#__PURE__*/function () {
27663
27663
  edgeModel.moveStartPoint(textDistanceX, textDistanceY);
27664
27664
  }
27665
27665
 
27666
- var targetMoveDistance = nodeIdMap[edgeModel.sourceNodeId];
27666
+ var targetMoveDistance = nodeIdMap[edgeModel.targetNodeId];
27667
27667
 
27668
27668
  if (targetMoveDistance) {
27669
27669
  var _targetMoveDistance = GraphModel_slicedToArray(targetMoveDistance, 2);