pass mask all input option recursively

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent a489ce6246
commit 2ba72c3a29

View File

@@ -289,6 +289,7 @@ export function serializeNodeWithId(
blockClass,
skipChild,
inlineStylesheet,
maskAllInputs,
);
if (serializedChildNode) {
serializedNode.childNodes.push(serializedChildNode);