Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wfk007 authored and github-actions[bot] committed Sep 15, 2022
1 parent 6e0f348 commit 8b6e958
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/rrweb/src/record/observer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,12 @@ function initMediaInteractionObserver({
) {
return;
}
const { currentTime, volume, muted, playbackRate } = target as HTMLMediaElement;
const {
currentTime,
volume,
muted,
playbackRate,
} = target as HTMLMediaElement;
mediaInteractionCb({
type,
id: mirror.getId(target as Node),
Expand Down

0 comments on commit 8b6e958

Please sign in to comment.