fix: remove embeddable from generic elements (#6853)

This commit is contained in:
David Luzar
2023-08-04 15:16:55 +02:00
committed by GitHub
parent bb985eba3a
commit 083bcf802c
6 changed files with 39 additions and 16 deletions
+1
View File
@@ -34,6 +34,7 @@ export const rectangleFixture: ExcalidrawElement = {
export const embeddableFixture: ExcalidrawElement = {
...elementBase,
type: "embeddable",
validated: null,
};
export const ellipseFixture: ExcalidrawElement = {
...elementBase,