fixed isLoading

main
Jan Umbach 2024-06-27 22:30:42 +02:00
parent 73e8055788
commit 8b78248da4
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
clearTimeout(this.hideTimeout);
}
this.isLoading = true;
this.isLoading = false;
this.resetStyles();
this.container.innerHTML = `
@ -62,7 +62,7 @@
clearTimeout(this.hideTimeout);
}
this.isLoading = true;
this.isLoading = false;
this.resetStyles();
this.container.innerHTML = `