mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-07 01:54:24 +00:00
layouts: map: Enable freezing of maps (scroll capture protection) by default
This commit is contained in:
@@ -139,6 +139,10 @@ Elevation profile options:
|
|||||||
maximize: {
|
maximize: {
|
||||||
enabled: {{ .Get "maximizable" | default "true" | safeJS }},
|
enabled: {{ .Get "maximizable" | default "true" | safeJS }},
|
||||||
},
|
},
|
||||||
|
freeze: {
|
||||||
|
enabled: true,
|
||||||
|
hoverToThawDuration: 1500,
|
||||||
|
},
|
||||||
markers: [],
|
markers: [],
|
||||||
tracks: [],
|
tracks: [],
|
||||||
heightgraph: null,
|
heightgraph: null,
|
||||||
|
Reference in New Issue
Block a user