shx-3d-render

main
Jan Umbach 2024-06-23 14:11:05 +02:00
parent b556761c5e
commit 23e02ffcbe
1 changed files with 2 additions and 2 deletions

View File

@ -75,9 +75,9 @@
this.resetStyles();
setTimeout(() => {
this.hideTimeout = setTimeout(() => {
this.container.classList.remove('shx-loading-spinner-container-done');
}, 0);
}, 50);
}
hide() {