fix: do not strip invisible elements from array (#9844)

This commit is contained in:
David Luzar
2025-08-12 11:56:11 +02:00
committed by GitHub
parent 54c148f390
commit dda3affcb0
9 changed files with 104 additions and 46 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ export const loadSceneOrLibraryFromBlob = async (
{
repairBindings: true,
refreshDimensions: false,
deleteEmptyTextElements: true,
deleteInvisibleElements: true,
},
),
};