fixed isLoading
parent
73e8055788
commit
8b78248da4
|
@ -38,7 +38,7 @@
|
||||||
clearTimeout(this.hideTimeout);
|
clearTimeout(this.hideTimeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.isLoading = true;
|
this.isLoading = false;
|
||||||
this.resetStyles();
|
this.resetStyles();
|
||||||
|
|
||||||
this.container.innerHTML = `
|
this.container.innerHTML = `
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
clearTimeout(this.hideTimeout);
|
clearTimeout(this.hideTimeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.isLoading = true;
|
this.isLoading = false;
|
||||||
this.resetStyles();
|
this.resetStyles();
|
||||||
|
|
||||||
this.container.innerHTML = `
|
this.container.innerHTML = `
|
||||||
|
|
Loading…
Reference in New Issue