handle block element

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 9667a9ae46
commit 2d1d3596b8
5 changed files with 77 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ export type elementNode = {
attributes: attributes;
childNodes: serializedNodeWithId[];
isSVG?: true;
needBlock?: boolean;
};
export type textNode = {