mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: don't refresh dimensions for text containers on font load (#6523)
This commit is contained in:
parent
da8dd389a9
commit
45a57d70de
3 changed files with 4 additions and 3 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue