Skip to content

Commit c1dd2b8

Browse files
authored
Merge pull request #655 from mapswipe/fix/leaflet-heatmap-world-copy
Move heat map when user pans through world copies
2 parents 79f57d9 + 6d73a98 commit c1dd2b8

File tree

1 file changed

+1
-0
lines changed
  • community-dashboard/app/components/ContributionHeatMap

1 file changed

+1
-0
lines changed

community-dashboard/app/components/ContributionHeatMap/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ function ContributionHeatMap(props: Props) {
120120
className={styles.mapContainer}
121121
maxZoom-={13}
122122
minZoom={1}
123+
worldCopyJump
123124
>
124125
<HeatmapComponent
125126
contributionGeojson={contributionGeojson}

0 commit comments

Comments
 (0)