Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeomat committed Feb 6, 2023
1 parent b9be20f commit f295ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/leaflet-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@ L.Control.Search = L.Control.extend({
this.timerKeypress = setTimeout(function() { //delay before request, for limit jsonp/ajax request

self._fillRecordsCache();
if(!self._countertips){
self.showAlert();
}

}, this.options.delayType);
}
Expand Down

1 comment on commit f295ed3

@neogeomat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.