easyeda 0.0.208 → 0.0.209

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.
@@ -3048,6 +3048,8 @@ function buildSubtree(soup, opts) {
3048
3048
  for (const elm of soup) {
3049
3049
  const entries = Object.entries(elm);
3050
3050
  for (const [key, val58] of entries) {
3051
+ if (key === "parent_source_group_id")
3052
+ continue;
3051
3053
  if (key.endsWith("_id") && typeof val58 === "string") {
3052
3054
  const other = idMap.get(val58);
3053
3055
  connect(adj, elm, other);
@@ -26250,4 +26252,4 @@ svgson/dist/svgson.umd.js:
26250
26252
  * @license MIT
26251
26253
  *)
26252
26254
  */
26253
- //# sourceMappingURL=chunk-2OEE54ND.js.map
26255
+ //# sourceMappingURL=chunk-HFO42OMI.js.map