shx-3d-render
parent
337ac1a6b5
commit
a6e779df88
|
@ -54,6 +54,7 @@
|
||||||
mode="bounce"></dotlottie-player>
|
mode="bounce"></dotlottie-player>
|
||||||
<p class="shx-loading-spinner-unclickable" style="margin-top: 0;">${text}</p>
|
<p class="shx-loading-spinner-unclickable" style="margin-top: 0;">${text}</p>
|
||||||
`;
|
`;
|
||||||
|
this.container.classList.remove('shx-loading-spinner-container-done');
|
||||||
}
|
}
|
||||||
|
|
||||||
showErrorCharLottie(text) {
|
showErrorCharLottie(text) {
|
||||||
|
@ -77,6 +78,7 @@
|
||||||
mode="bounce"></dotlottie-player>
|
mode="bounce"></dotlottie-player>
|
||||||
<p class="shx-loading-spinner-unclickable" style="margin-top: 0;">${text}</p>
|
<p class="shx-loading-spinner-unclickable" style="margin-top: 0;">${text}</p>
|
||||||
`;
|
`;
|
||||||
|
this.container.classList.remove('shx-loading-spinner-container-done');
|
||||||
}
|
}
|
||||||
|
|
||||||
show() {
|
show() {
|
||||||
|
|
Loading…
Reference in New Issue