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.
- package/dist/browser/{chunk-2OEE54ND.js → chunk-HFO42OMI.js} +3 -1
- package/dist/browser/chunk-HFO42OMI.js.map +1 -0
- package/dist/browser/{dist-3JBBLAAE.js → dist-XVTGP2FX.js} +2 -2
- package/dist/browser/index.js +1 -1
- package/dist/main.cjs +4 -2
- package/dist/main.cjs.map +1 -1
- package/package.json +2 -2
- package/dist/browser/chunk-2OEE54ND.js.map +0 -1
- /package/dist/browser/{dist-3JBBLAAE.js.map → dist-XVTGP2FX.js.map} +0 -0
|
@@ -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-
|
|
26255
|
+
//# sourceMappingURL=chunk-HFO42OMI.js.map
|