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.
@@ -74372,8 +74372,8 @@ Averrage Date/Second ${avgDataRatePS} kb
74372
74372
  */
74373
74373
  applySettings(settings2) {
74374
74374
  this._settings = settings2;
74375
+ if (!this._settings.isolation.enable) return;
74375
74376
  this._viewer.renderer.modelMaterial = this.getMaterial(this._settings, this.isActive());
74376
- console.log("Isolation.applySettings", this._viewer.renderer.modelMaterial);
74377
74377
  }
74378
74378
  /**
74379
74379
  * Checks if isolation is currently active (i.e., any objects are isolated).