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 8b30c49 commit ebc69f4
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 @@ -42,7 +42,9 @@ import {

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

Expand Down

0 comments on commit ebc69f4

Please sign in to comment.