Skip to content

Commit 5026175

Browse files
mydeagithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 023334b commit 5026175

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rrweb/src/record/observer.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ function initInputObserver({
370370
) {
371371
text = maskInputValue({
372372
maskInputOptions,
373-
tagName: (target as HTMLElement).tagName as unknown as Uppercase<string>,
373+
tagName: (target as HTMLElement)
374+
.tagName as unknown as Uppercase<string>,
374375
type,
375376
value: text,
376377
maskInputFn,

0 commit comments

Comments
 (0)