shx-3d-render
parent
6d732d8d94
commit
337ac1a6b5
|
@ -34,6 +34,11 @@
|
|||
}
|
||||
|
||||
showError(text) {
|
||||
if(this.hideTimeout) {
|
||||
clearTimeout(this.hideTimeout);
|
||||
}
|
||||
|
||||
this.isLoading = true;
|
||||
this.resetStyles();
|
||||
|
||||
this.container.innerHTML = `
|
||||
|
@ -52,6 +57,11 @@
|
|||
}
|
||||
|
||||
showErrorCharLottie(text) {
|
||||
if(this.hideTimeout) {
|
||||
clearTimeout(this.hideTimeout);
|
||||
}
|
||||
|
||||
this.isLoading = true;
|
||||
this.resetStyles();
|
||||
|
||||
this.container.innerHTML = `
|
||||
|
|
Loading…
Reference in New Issue