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
3 changed files with 4 additions and 3 deletions

View File

@ -263,7 +263,7 @@ export const loadScene = async (
await importFromBackend(id, privateKey),
localDataState?.appState,
localDataState?.elements,
{ repairBindings: true, refreshDimensions: true },
{ repairBindings: true, refreshDimensions: false },
);
} else {
data = restore(localDataState || null, null, null, {