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