bruce-cesium 5.3.1 → 5.3.2

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.
@@ -17229,9 +17229,9 @@
17229
17229
  };
17230
17230
  this.treeNodeByGeomId[node.geomId] = cache;
17231
17231
  this.treeNodeByEntityId[node.id] = cache;
17232
- }
17233
- if (!firstFoundCollapsedBranch && node.collapsed) {
17234
- firstFoundCollapsedBranch = node;
17232
+ if (!firstFoundCollapsedBranch && node.collapsed) {
17233
+ firstFoundCollapsedBranch = cache;
17234
+ }
17235
17235
  }
17236
17236
  if (node.children) {
17237
17237
  for (let i = 0; i < node.children.length; i++) {
@@ -29910,7 +29910,7 @@
29910
29910
  }
29911
29911
  }
29912
29912
 
29913
- const VERSION = "5.3.1";
29913
+ const VERSION = "5.3.2";
29914
29914
 
29915
29915
  exports.VERSION = VERSION;
29916
29916
  exports.isHistoricMetadataChanged = isHistoricMetadataChanged;