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
|
@ -155,7 +155,7 @@ export const loadSceneOrLibraryFromBlob = async (
|
|||
},
|
||||
localAppState,
|
||||
localElements,
|
||||
{ repairBindings: true, refreshDimensions: true },
|
||||
{ repairBindings: true, refreshDimensions: false },
|
||||
),
|
||||
};
|
||||
} else if (isValidLibrary(data)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue