Skip to content

Commit

Permalink
fixup! support manual canvas snapshotting (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadman97 committed Apr 23, 2024
1 parent 7535ca1 commit 5bff3d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export class CanvasManager {
promises.push(
...getCanvas(timestamp)
.filter(filterElementStartTime)
.map(this.snapshot),
.map((canvas) => this.snapshot(canvas)),
);
promises.push(
...getVideos(timestamp)
Expand Down

0 comments on commit 5bff3d9

Please sign in to comment.