summaryrefslogtreecommitdiff
path: root/src/components/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/map')
-rw-r--r--src/components/map/groups/GridGroup.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/map/groups/GridGroup.js b/src/components/map/groups/GridGroup.js
index 7affeced..1af29f6e 100644
--- a/src/components/map/groups/GridGroup.js
+++ b/src/components/map/groups/GridGroup.js
@@ -21,6 +21,7 @@ const GridGroup = () => (
points={points}
stroke={GRID_COLOR}
strokeWidth={GRID_LINE_WIDTH_IN_PIXELS}
+ listening={false}
/>
))}
</Group>