@kong-ui-public/entities-plugins 9.138.10-pr.2751.499cfafb2.0 → 9.138.10-pr.2751.5473984d5.0

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.
@@ -21364,7 +21364,7 @@ function HL(e) {
21364
21364
  console.warn(`Cannot find graph node '${B.id}' in ${n} phase`);
21365
21365
  continue;
21366
21366
  }
21367
- I.add(B.id), Mi(B) ? U.setNode(B.id, B.dimensions ?? K.dimensions) : U.setNode(B.id, K.dimensions);
21367
+ I.add(B.id), Mi(B) ? U.setNode(B.id, { ...B.dimensions ?? K.dimensions }) : U.setNode(B.id, { ...K.dimensions });
21368
21368
  }
21369
21369
  for (const B of r.value)
21370
21370
  !I.has(B.source) || !I.has(B.target) || U.setEdge(B.source, B.target, { points: [] });