0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00
posthog/patches/heatmap.js@2.0.5.patch

13 lines
435 B
Diff
Raw Permalink Normal View History

2024-04-23 09:52:44 +02:00
diff --git a/build/heatmap.js b/build/heatmap.js
index 3eee39ea8c127b065fb4df763ab76af152e7d368..a37c950b937d04805b62832c661890931d0f3ff1 100644
--- a/build/heatmap.js
+++ b/build/heatmap.js
@@ -524,7 +524,7 @@ var Canvas2dRenderer = (function Canvas2dRendererClosure() {
}
- img.data = imgData;
+ //img.data = imgData;
this.ctx.putImageData(img, x, y);
this._renderBoundaries = [1000, 1000, 0, 0];