mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-12-04 06:28:32 +01:00
Fix #5: Show pointer cursor.
This commit is contained in:
@@ -143,7 +143,9 @@ var LeafletGeocodeWidget = L.Class.extend({
|
||||
}
|
||||
}
|
||||
},
|
||||
_showMap: function () {
|
||||
_showMap: function (e) {
|
||||
e.stop();
|
||||
|
||||
// Create modal window.
|
||||
var content = L.Util.template(this.options.mapTemplate, this.options);
|
||||
this.modal = this._createModal();
|
||||
|
||||
Reference in New Issue
Block a user