feat: remove ExcalidrawEmbeddableElement.validated flag (#7539)

This commit is contained in:
David Luzar
2024-01-11 17:42:51 +01:00
committed by GitHub
parent 86cfeb714c
commit 0c24a7042f
14 changed files with 94 additions and 39 deletions
-1
View File
@@ -205,7 +205,6 @@ export class API {
element = newEmbeddableElement({
type: "embeddable",
...base,
validated: null,
});
break;
case "iframe":