check is svg when serialization
This commit is contained in:
@@ -27,6 +27,7 @@ export type elementNode = {
|
||||
tagName: string;
|
||||
attributes: attributes;
|
||||
childNodes: serializedNodeWithId[];
|
||||
isSVG?: true;
|
||||
};
|
||||
|
||||
export type textNode = {
|
||||
|
||||
Reference in New Issue
Block a user