strategy-panel 1.0.6 → 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.
@@ -104,7 +104,7 @@ var ExperimentGraph = /*#__PURE__*/function (_GraphCore) {
104
104
  // 当 snap 设置为 true 时连线的过程中距离节点或者连接桩 50px 时会触发自动吸附,可以通过配置 radius 属性自定义触发吸附的距离。当 snap 设置为 false 时不会触发自动吸附。默认值为 false。
105
105
  allowBlank: false,
106
106
  // 是否允许连接到画布空白位置的点
107
- allowMulti: false,
107
+ allowMulti: "withPort",
108
108
  highlight: true,
109
109
  // 拖动边时,是否高亮显示所有可用的连接桩或节点
110
110
  router: 'manhattan',
@@ -113,7 +113,7 @@ var ExperimentGraph = /*#__PURE__*/function (_GraphCore) {
113
113
  // 当 snap 设置为 true 时连线的过程中距离节点或者连接桩 50px 时会触发自动吸附,可以通过配置 radius 属性自定义触发吸附的距离。当 snap 设置为 false 时不会触发自动吸附。默认值为 false。
114
114
  allowBlank: false,
115
115
  // 是否允许连接到画布空白位置的点
116
- allowMulti: false,
116
+ allowMulti: "withPort",
117
117
  highlight: true,
118
118
  // 拖动边时,是否高亮显示所有可用的连接桩或节点
119
119
  router: 'manhattan',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strategy-panel",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",