fix: don't refresh dimensions for text containers on font load (#6523)

This commit is contained in:
Aakansha Doshi 2023-04-26 21:35:06 +05:30 committed by GitHub
parent da8dd389a9
commit 45a57d70de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -155,7 +155,7 @@ export const loadSceneOrLibraryFromBlob = async (
},
localAppState,
localElements,
{ repairBindings: true, refreshDimensions: true },
{ repairBindings: true, refreshDimensions: false },
),
};
} else if (isValidLibrary(data)) {