handle block element
This commit is contained in:
@@ -28,6 +28,7 @@ export type elementNode = {
|
||||
attributes: attributes;
|
||||
childNodes: serializedNodeWithId[];
|
||||
isSVG?: true;
|
||||
needBlock?: boolean;
|
||||
};
|
||||
|
||||
export type textNode = {
|
||||
|
||||
Reference in New Issue
Block a user