three-cad-viewer 3.2.1 → 3.2.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.
@@ -62087,7 +62087,7 @@ class TreeView {
62087
62087
  this.updateChildrenStates(node, i);
62088
62088
  this.update(null, i);
62089
62089
  }
62090
- this.updateHandler();
62090
+ this.updateHandler(true);
62091
62091
  this.notificationHandler();
62092
62092
  }
62093
62093
 
@@ -64958,7 +64958,7 @@ class Camera {
64958
64958
  }
64959
64959
  }
64960
64960
 
64961
- const version = "3.2.1";
64961
+ const version = "3.2.2";
64962
64962
 
64963
64963
  Mesh.prototype.dispose = function () {
64964
64964
  if (this.geometry) {