@logicflow/core 1.2.0-alpha.15 → 1.2.0-alpha.16
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.
- package/dist/logic-flow.js +2 -2
- package/dist/logic-flow.min.js +1 -1
- package/package.json +1 -1
package/dist/logic-flow.js
CHANGED
|
@@ -11337,7 +11337,7 @@ module.exports.f = function (C) {
|
|
|
11337
11337
|
/* 161 */
|
|
11338
11338
|
/***/ (function(module) {
|
|
11339
11339
|
|
|
11340
|
-
module.exports = JSON.parse("{\"a\":\"1.2.0-alpha.
|
|
11340
|
+
module.exports = JSON.parse("{\"a\":\"1.2.0-alpha.16\"}");
|
|
11341
11341
|
|
|
11342
11342
|
/***/ }),
|
|
11343
11343
|
/* 162 */
|
|
@@ -24031,7 +24031,7 @@ var PolylineEdgeModel_PolylineEdgeModel = /*#__PURE__*/function (_BaseEdgeModel)
|
|
|
24031
24031
|
var _inNode2 = isInNode(_startPosition, this.sourceNode);
|
|
24032
24032
|
|
|
24033
24033
|
if (!_inNode2) {
|
|
24034
|
-
// FIXME:
|
|
24034
|
+
// FIXME: 如果某一节点上没有任何锚点,会有问题
|
|
24035
24035
|
var _anchorList3 = this.sourceNode.anchors;
|
|
24036
24036
|
_draggingPointList = this.getDraggingPoints(direction, 'start', _startPosition, _anchorList3, _draggingPointList);
|
|
24037
24037
|
}
|