shx-3d-render

main
Jan Umbach 2024-06-23 14:17:07 +02:00
parent b9a1aa04ab
commit 4e7768381a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
this.hideTimeout = setTimeout(() => {
this.container.classList.remove('shx-loading-spinner-container-done');
}, 50);
}, 10);
}
hide() {