mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix - restore
This commit is contained in:
parent
e2982a2968
commit
156b8b422b
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ const restoreElement = (
|
||||||
case "embeddable":
|
case "embeddable":
|
||||||
return restoreElementWithProperties(element, {
|
return restoreElementWithProperties(element, {
|
||||||
validated: null,
|
validated: null,
|
||||||
scale: [1, 1],
|
scale: element.scale ?? [1, 1],
|
||||||
});
|
});
|
||||||
case "frame":
|
case "frame":
|
||||||
return restoreElementWithProperties(element, {
|
return restoreElementWithProperties(element, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue