remove console.log
This commit is contained in:
@@ -274,8 +274,6 @@ function calculateChildXYZ<NodeType extends NodeBase>(
|
|||||||
const childZ = calculateZ(childNode, selectedNodeZ);
|
const childZ = calculateZ(childNode, selectedNodeZ);
|
||||||
const parentZ = parentNode.internals.z ?? 0;
|
const parentZ = parentNode.internals.z ?? 0;
|
||||||
|
|
||||||
console.log(parentNode.id, parentZ, childZ);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
x: absolutePosition.x,
|
x: absolutePosition.x,
|
||||||
y: absolutePosition.y,
|
y: absolutePosition.y,
|
||||||
|
|||||||
Reference in New Issue
Block a user