Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored and github-actions[bot] committed Mar 6, 2023
1 parent 023334b commit 5026175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rrweb/src/record/observer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ function initInputObserver({
) {
text = maskInputValue({
maskInputOptions,
tagName: (target as HTMLElement).tagName as unknown as Uppercase<string>,
tagName: (target as HTMLElement)
.tagName as unknown as Uppercase<string>,
type,
value: text,
maskInputFn,
Expand Down

0 comments on commit 5026175

Please sign in to comment.