shx-3d-render

main
Jan Umbach 2024-06-23 11:43:14 +02:00
parent e6ab2acb67
commit 07d49221da
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@
pointer-events: none;
left: 50%;
top: 50%;
top: 90%;
width: 1px;
height: 1px;
@ -527,7 +527,7 @@
console.log("Message received from the child: ", data); // Message received from child
if(data.loaded === true) {
this.loadingSpinner.hide();
this.hideLoadingSpinner();
} else {
this.showLoadingSpinner();
}