three-cad-viewer 3.3.2 → 3.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-cad-viewer",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
package/src/_version.js CHANGED
@@ -1 +1 @@
1
- export const version = "3.3.2";
1
+ export const version = "3.3.3";
package/src/viewer.js CHANGED
@@ -2063,7 +2063,7 @@ class Viewer {
2063
2063
  this.gridHelper.centerGrid = center;
2064
2064
  this.gridHelper.setCenter(this.axes0, this.up == "Z");
2065
2065
 
2066
- this.checkChanges({ gridCenter: this.gridHelper.centerGrid }, notify);
2066
+ this.checkChanges({ center_grid: this.gridHelper.centerGrid }, notify);
2067
2067
 
2068
2068
  this.update(this.updateMarker);
2069
2069
  };