shx-3d-render

main
Jan Umbach 2024-06-19 22:44:29 +02:00
parent 0c8d2f4d50
commit b4ee02afc1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
clearTimeout(this.hideTimeout);
}
this.container.style.display = undefined;
this.container.style.display = "";
setTimeout(() => {
this.container.classList.remove('shx-loading-spinner-container-done');
}, 0);