layouts: map: Enable freezing of maps (scroll capture protection) by default

This commit is contained in:
Martin Rubli
2023-12-13 23:35:42 +01:00
parent 873bafef2b
commit 0384314398

View File

@@ -139,6 +139,10 @@ Elevation profile options:
maximize: {
enabled: {{ .Get "maximizable" | default "true" | safeJS }},
},
freeze: {
enabled: true,
hoverToThawDuration: 1500,
},
markers: [],
tracks: [],
heightgraph: null,