fix for flickering search field on Firefox @ Android (#394)

This commit is contained in:
Marcus Jaschen 2021-03-27 20:00:17 +01:00 committed by GitHub
parent fbcfd8cf8e
commit 1b0daa8fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ BR.Search = class extends L.Control.Geocoder {
sizeInMeters: 800,
}),
position: 'topleft',
expand: 'click',
shortcut: {
search: 70, // char code for 'f'
},