Skip to content

Commit

Permalink
Fixes CI error due to a @types/leaflet change.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Oct 20, 2024
1 parent afa94ef commit ac9b84d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Models/Leaflet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default class Leaflet extends GlobeOrMap {
map.boxZoom,
map.keyboard,
map.dragging,
map.tap
map.tapHold
]);
const pickLocation = this.pickLocation.bind(this);
const pickFeature = (entity: Entity, event: L.LeafletMouseEvent) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/fs-extra": "^7.0.0",
"@types/jasmine": "^2.8.8",
"@types/jasmine-ajax": "^3.3.0",
"@types/leaflet": "^1.7.10",
"@types/leaflet": "^1.9.12",
"@types/linkify-it": "^3.0.5",
"@types/lodash-es": "^4.17.3",
"@types/markdown-it": "^14.0.1",
Expand Down

0 comments on commit ac9b84d

Please sign in to comment.