fix: do not strip invisible elements from array (#9844)
This commit is contained in:
@@ -173,7 +173,7 @@ export const loadSceneOrLibraryFromBlob = async (
|
||||
{
|
||||
repairBindings: true,
|
||||
refreshDimensions: false,
|
||||
deleteEmptyTextElements: true,
|
||||
deleteInvisibleElements: true,
|
||||
},
|
||||
),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user