mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
update some old todos and add stable assets to the repo
This commit is contained in:
@@ -28,7 +28,6 @@ onMounted(() => {
|
||||
elem.value.addEventListener('load', () => {
|
||||
if (elem.value) {
|
||||
// Delete the initial load banner
|
||||
// TODO: Replace with an actual poster?
|
||||
let banner = elem.value.querySelector('.initial-load-banner');
|
||||
if (banner) banner.remove();
|
||||
// Set the scene
|
||||
|
||||
Reference in New Issue
Block a user