From 2ba72c3a29ba25d4a2e85c751090cdb23cb31a20 Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] pass mask all input option recursively --- src/snapshot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/snapshot.ts b/src/snapshot.ts index 0cd79471..37c97887 100644 --- a/src/snapshot.ts +++ b/src/snapshot.ts @@ -289,6 +289,7 @@ export function serializeNodeWithId( blockClass, skipChild, inlineStylesheet, + maskAllInputs, ); if (serializedChildNode) { serializedNode.childNodes.push(serializedChildNode);