Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
guessing this might fixes canvas test
  • Loading branch information
Juice10 committed May 28, 2022
commit 64c50a99b835c8ff6555718ba81d41d388ec5ae6
2 changes: 2 additions & 0 deletions packages/rrweb/src/record/observers/canvas/webgl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ function patchGLPrototype(
const result = original.apply(this, args);
saveWebGLVar(result, win, prototype);
if (!isBlocked(this.canvas, blockClass, true)) {
// const id = mirror.getId(this.canvas);

const recordArgs = serializeArgs([...args], win, prototype);
const mutation: canvasMutationWithType = {
type,
Expand Down