@logicflow/core 1.2.23 → 1.2.24

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.
@@ -189,7 +189,6 @@
189
189
  border: 2px dashed rgba(24, 125, 255, 0.8);
190
190
  box-shadow: 0px 0px 3px 0px rgba(24, 125, 255, 0.5);
191
191
  cursor: move;
192
- pointer-events: none;
193
192
  }
194
193
  .lf-edge-adjust-point {
195
194
  cursor: move;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/core",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "LogicFlow core, to quickly build flowchart editor",
5
5
  "main": "dist/entry.js",
6
6
  "module": "dist/logic-flow.js",
@@ -34,6 +34,7 @@ export default class PolylineEdgeModel extends BaseEdgeModel {
34
34
  moveStartPoint(deltaX: any, deltaY: any): void;
35
35
  updateEndPoint(anchor: any): void;
36
36
  moveEndPoint(deltaX: any, deltaY: any): void;
37
+ updatePointsList(deltaX: any, deltaY: any): void;
37
38
  dragAppendStart(): void;
38
39
  dragAppendSimple(appendInfo: any, dragInfo: any): {
39
40
  start: any;