vim-web 0.3.42-dev.7 → 0.3.42-dev.8

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/vim-web.js CHANGED
@@ -74356,8 +74356,8 @@ class Isolation {
74356
74356
  */
74357
74357
  applySettings(settings2) {
74358
74358
  this._settings = settings2;
74359
+ if (!this._settings.isolation.enable) return;
74359
74360
  this._viewer.renderer.modelMaterial = this.getMaterial(this._settings, this.isActive());
74360
- console.log("Isolation.applySettings", this._viewer.renderer.modelMaterial);
74361
74361
  }
74362
74362
  /**
74363
74363
  * Checks if isolation is currently active (i.e., any objects are isolated).