@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.esm.js
CHANGED
|
@@ -1065,7 +1065,7 @@ class BuilderDataManager {
|
|
|
1065
1065
|
* 如果是属于拖动进某个节点中, 默认使用 content
|
|
1066
1066
|
* 其他情况, 使用被拖拽节点的mountPoint
|
|
1067
1067
|
*/
|
|
1068
|
-
var mountPoint = isDragRoot ? "bricks" : dragStatus === "inside" ? "
|
|
1068
|
+
var mountPoint = isDragRoot ? "bricks" : dragStatus === "inside" ? "" : dragOverEdge.mountPoint;
|
|
1069
1069
|
var parentEdge = edges.find(item => item.child === dragOverNodeUid);
|
|
1070
1070
|
/**
|
|
1071
1071
|
* 如果是根节点, parentUid强制等于rootId
|