Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
megboehlert authored and github-actions[bot] committed May 14, 2024
1 parent 6b9bb2c commit 361e232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/rrweb/src/record/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ import {
} from './error-handler';

let wrappedEmit!: (e: eventWithoutTime, isCheckout?: boolean) => void;
let takeFullSnapshot: (isCheckout?: boolean) => void = () => { /* no-op */ };
let takeFullSnapshot: (isCheckout?: boolean) => void = () => {
/* no-op */
};
let canvasManager!: CanvasManager;
let recording = false;

Expand Down

0 comments on commit 361e232

Please sign in to comment.