mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-29 04:03:40 +01:00
CS.
This commit is contained in:
@@ -220,7 +220,7 @@ var LeafletGeocodeWidget = L.Class.extend({
|
|||||||
container.appendChild(okButton);
|
container.appendChild(okButton);
|
||||||
container.appendChild(cancelButton);
|
container.appendChild(cancelButton);
|
||||||
|
|
||||||
marker.bindPopup (container, {
|
marker.bindPopup(container, {
|
||||||
keepInView: true,
|
keepInView: true,
|
||||||
autoPanPaddingTopLeft: this.options.bboxPadding,
|
autoPanPaddingTopLeft: this.options.bboxPadding,
|
||||||
autoClose: false,
|
autoClose: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user