@inweb/viewer-three 26.2.2 → 26.3.1

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.
@@ -2165,7 +2165,6 @@ class WCSHelperComponent {
2165
2165
  };
2166
2166
  this.viewerRender = () => {
2167
2167
  if (!this.viewer.options.showWCS) return;
2168
- if (this.viewer.extents.isEmpty()) return;
2169
2168
  this.wcsHelper.render(this.viewer.renderer);
2170
2169
  };
2171
2170
  this.wcsHelper = new WCSHelper(viewer.camera);