Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarquis committed Oct 22, 2021
1 parent 48b704b commit a53f371
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 1,753 deletions.
1 change: 1 addition & 0 deletions dist/leaflet-gesture-handling.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@
L.DomUtil.addClass(this._map._container, "leaflet-gesture-handling-touch-warning");
this._disableInteractions();
} else {
e.preventDefault();
this._enableInteractions();
L.DomUtil.removeClass(this._map._container, "leaflet-gesture-handling-touch-warning");
}
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-gesture-handling.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/leaflet-gesture-handling.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a53f371

Please sign in to comment.