shx-3d-render
parent
36bf9bd6cf
commit
99327146dc
|
@ -192,9 +192,9 @@
|
|||
console.log("Message received from the child: ", data); // Message received from child
|
||||
|
||||
if(data.loaded === true) {
|
||||
this.Viewer3DContainer.querySelector('.shx-loading-spinner-Container').classList.add('shx-loading-spinner-container-done');
|
||||
this.Viewer3DContainer.querySelector('.shx-loading-spinner-container').classList.add('shx-loading-spinner-container-done');
|
||||
} else {
|
||||
this.Viewer3DContainer.querySelector('.shx-loading-spinner-Container').classList.remove('shx-loading-spinner-container-done');
|
||||
this.Viewer3DContainer.querySelector('.shx-loading-spinner-container').classList.remove('shx-loading-spinner-container-done');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue