@flowgram.ai/free-layout-core 1.0.7 → 1.0.8
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/esm/index.js +4 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/esm/index.js
CHANGED
|
@@ -817,7 +817,10 @@ var WorkflowLineRenderData = class extends EntityData3 {
|
|
|
817
817
|
this.data.position.from.location,
|
|
818
818
|
this.data.position.to.x,
|
|
819
819
|
this.data.position.to.y,
|
|
820
|
-
this.data.position.to.location
|
|
820
|
+
this.data.position.to.location,
|
|
821
|
+
this.entity.uiState.shrink,
|
|
822
|
+
// 这个会影响线条的变化
|
|
823
|
+
this.entity.uiState.curvature
|
|
821
824
|
].join("-");
|
|
822
825
|
}
|
|
823
826
|
get currentLine() {
|