@next-core/editor-bricks-helper 0.50.94 → 0.50.96
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/index.bundle.js +1 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.bundle.js
CHANGED
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
* 如果是属于拖动进某个节点中, 默认使用 content
|
|
1068
1068
|
* 其他情况, 使用被拖拽节点的mountPoint
|
|
1069
1069
|
*/
|
|
1070
|
-
var mountPoint = isDragRoot ? "bricks" : dragStatus === "inside" ? "
|
|
1070
|
+
var mountPoint = isDragRoot ? "bricks" : dragStatus === "inside" ? "" : dragOverEdge.mountPoint;
|
|
1071
1071
|
var parentEdge = edges.find(item => item.child === dragOverNodeUid);
|
|
1072
1072
|
/**
|
|
1073
1073
|
* 如果是根节点, parentUid强制等于rootId
|