Fix maskInputFn is ignored during the creation of the full snapshot (#1386)
Fix that the optional `maskInputFn` was being accidentally ignored during the creation of the full snapshot
This commit is contained in:
@@ -1271,7 +1271,7 @@ function snapshot(
|
||||
inlineStylesheet?: boolean;
|
||||
maskAllInputs?: boolean | MaskInputOptions;
|
||||
maskTextFn?: MaskTextFn;
|
||||
maskInputFn?: MaskTextFn;
|
||||
maskInputFn?: MaskInputFn;
|
||||
slimDOM?: 'all' | boolean | SlimDOMOptions;
|
||||
dataURLOptions?: DataURLOptions;
|
||||
inlineImages?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user