From 13a2985d48dec5899024039635780e9934386df3 Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Sun, 11 Aug 2019 20:43:09 +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);