@next-bricks/diagram 0.46.1 → 0.46.2

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.
@@ -443,7 +443,7 @@ children:
443
443
  target: _self
444
444
  method: callOnLineLabel
445
445
  args:
446
- - <% EVENT.detail.id %>
446
+ - <% `${EVENT.detail.id}-center` %>
447
447
  - enableEditing
448
448
  nodes.connect:
449
449
  if: |-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/diagram",
3
- "version": "0.46.1",
3
+ "version": "0.46.2",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/diagram",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "@next-bricks/basic": "*"
43
43
  },
44
- "gitHead": "cc5cca693cd52a0b1888d14b560b66b4e42dcd58"
44
+ "gitHead": "8220554aaff729f9527850a1d6c031322e7ef6da"
45
45
  }