main
Jan Umbach 2024-06-27 21:19:06 +02:00
parent b58ec621d1
commit 43b1113f27
1 changed files with 1 additions and 2 deletions

View File

@ -81,8 +81,7 @@
this.container.classList.remove('shx-loading-spinner-container-done'); this.container.classList.remove('shx-loading-spinner-container-done');
} }
show() { show() {
return;
if(this.isLoading) { if(this.isLoading) {
return; return;
} }