shx-3d-render
parent
1b2797f1d7
commit
0e6aff343f
|
@ -223,6 +223,8 @@
|
|||
// Clean up the element when it is removed from the DOM.
|
||||
}
|
||||
|
||||
|
||||
|
||||
renderView() {
|
||||
// request data from server
|
||||
let tJS = this.tJS;
|
||||
|
@ -250,8 +252,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
this.Viewer3D.contentWindow.postMessage(JSON.stringify({"changeView":{"currentVariant": this.currentVariant, values: globalInputFormsObjValues[this.currentVariant]}}), "*");
|
||||
if(this.Viewer3D)
|
||||
this.Viewer3D.contentWindow.postMessage(JSON.stringify({"changeView":{"currentVariant": this.currentVariant, values: globalInputFormsObjValues[this.currentVariant]}}), "*");
|
||||
this.Viewer3DContainer.querySelector('.shx-loading-spinner-container').classList.remove('shx-loading-spinner-container-done');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue