shx-3d-render

main
Jan Umbach 2024-06-23 16:10:12 +02:00
parent 337ac1a6b5
commit a6e779df88
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@
mode="bounce"></dotlottie-player>
<p class="shx-loading-spinner-unclickable" style="margin-top: 0;">${text}</p>
`;
this.container.classList.remove('shx-loading-spinner-container-done');
}
showErrorCharLottie(text) {
@ -77,6 +78,7 @@
mode="bounce"></dotlottie-player>
<p class="shx-loading-spinner-unclickable" style="margin-top: 0;">${text}</p>
`;
this.container.classList.remove('shx-loading-spinner-container-done');
}
show() {