Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-moi committed Jul 26, 2024
1 parent 3d72169 commit ce5e769
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ export function trackInteractionToNextPaint(
})

if (inpTarget && isElementNode(inpTarget)) {
interactionToNextPaintTargetSelector = getSelectorFromElement(
inpTarget,
configuration.actionNameAttribute
)
interactionToNextPaintTargetSelector = getSelectorFromElement(inpTarget, configuration.actionNameAttribute)
} else {
interactionToNextPaintTargetSelector = undefined
}
Expand Down

0 comments on commit ce5e769

Please sign in to comment.