Skip to content

Commit

Permalink
fix firefox wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocudini committed Nov 24, 2022
1 parent 9b2ff6d commit e5573af
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/leaflet-search.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/leaflet-search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/leaflet-search.mobile.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Leaflet Control Search v3.0.3 - 2022-11-16
* Leaflet Control Search v3.0.5 - 2022-11-24
*
* Copyright 2022 Stefano Cudini
* stefano.cudini@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-search.mobile.src.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Leaflet Control Search v3.0.3 - 2022-11-16
* Leaflet Control Search v3.0.5 - 2022-11-24
*
* Copyright 2022 Stefano Cudini
* stefano.cudini@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-search.src.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Leaflet Control Search v3.0.3 - 2022-11-16
* Leaflet Control Search v3.0.5 - 2022-11-24
*
* Copyright 2022 Stefano Cudini
* stefano.cudini@gmail.com
Expand Down
4 changes: 2 additions & 2 deletions dist/leaflet-search.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Leaflet Control Search v3.0.3 - 2022-11-16
* Leaflet Control Search v3.0.5 - 2022-11-24
*
* Copyright 2022 Stefano Cudini
* stefano.cudini@gmail.com
Expand Down Expand Up @@ -375,7 +375,7 @@ L.Control.Search = L.Control.extend({
L.DomEvent
.disableClickPropagation(tool)
.on(tool, 'blur', this.collapseDelayed, this)
.on(tool, 'mousewheel', function(e) {
.on(tool, 'wheel', function(e) {
self.collapseDelayedStop();
L.DomEvent.stopPropagation(e);//disable zoom map
}, this)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-search",
"version": "3.0.4",
"version": "3.0.5",
"description": "Leaflet Control for searching markers/features by attribute on map or remote searching in jsonp/ajax",
"repository": {
"type": "git",
Expand Down

0 comments on commit e5573af

Please sign in to comment.