Skip to content

Commit a21c2df

Browse files
🛠️ apply pre-commit fixes
1 parent 626539e commit a21c2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/replays/canvasReplayerPlugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export function CanvasReplayerPlugin(events: eventWithTime[]): ReplayPlugin {
290290
const img = containers.get(e.data.id);
291291
if (img) {
292292
if (target instanceof HTMLCanvasElement) {
293-
img.src = target.toDataURL();
293+
img.src = target.toDataURL();
294294
}
295295
img.style.maxWidth = '100%';
296296
img.style.maxHeight = '100%';

0 commit comments

Comments
 (0)