This commit is contained in:
Aakansha Doshi 2023-08-01 20:40:52 +05:30
parent 77ef356076
commit 06dd6de0af
3 changed files with 3 additions and 3 deletions

View file

@ -165,6 +165,7 @@ const restoreElementWithProperties = <
if (PRECEDING_ELEMENT_KEY in element) {
base[PRECEDING_ELEMENT_KEY] = element[PRECEDING_ELEMENT_KEY];
}
return {
...base,
...getNormalizedDimensions(base),