Skip to content

Commit

Permalink
bad merge?
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Aug 7, 2023
1 parent 8109045 commit 553165e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rrweb-snapshot/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export function maskInputValue({
forceMask?: boolean;
}): string {
let text = value || '';
const actualType = type && toLowerCase(type);

// Handle `option` like `select
if (tagName === 'OPTION') {
Expand Down

0 comments on commit 553165e

Please sign in to comment.