renamed newPosition to nextPosition, removed comment
This commit is contained in:
@@ -90,7 +90,6 @@ export function adoptUserNodes<NodeType extends NodeBase>(
|
||||
parentLookup.clear();
|
||||
|
||||
const selectedNodeZ: number = options?.elevateNodesOnSelect ? 1000 : 0;
|
||||
// const parentNodeIds = new Set<string>();
|
||||
|
||||
nodes.forEach((userNode) => {
|
||||
const currentStoreNode = tmpLookup.get(userNode.id);
|
||||
|
||||
Reference in New Issue
Block a user