mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix
This commit is contained in:
parent
77ef356076
commit
06dd6de0af
3 changed files with 3 additions and 3 deletions
|
@ -165,6 +165,7 @@ const restoreElementWithProperties = <
|
|||
if (PRECEDING_ELEMENT_KEY in element) {
|
||||
base[PRECEDING_ELEMENT_KEY] = element[PRECEDING_ELEMENT_KEY];
|
||||
}
|
||||
|
||||
return {
|
||||
...base,
|
||||
...getNormalizedDimensions(base),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue