Skip to content

Commit 950f836

Browse files
colingmgithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 781d717 commit 950f836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/rrweb/src/record/iframe-manager.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ export class IframeManager {
120120
return;
121121
}
122122

123-
const iframeEl = this.crossOriginIframeMap.get(crossOriginMessageEvent.source);
123+
const iframeEl = this.crossOriginIframeMap.get(
124+
crossOriginMessageEvent.source,
125+
);
124126
if (!iframeEl) return;
125127

126128
const transformedEvent = this.transformCrossOriginEvent(

0 commit comments

Comments
 (0)