minor
This commit is contained in:
parent
0c6227ee9a
commit
c54630a2f4
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export default {
|
|||
if (!matches && search) {
|
||||
this.places.unshift({ create: true, name: ev.target.value.trim() })
|
||||
}
|
||||
}, 100),
|
||||
}, 200),
|
||||
loadCoordinatesResultIcon(item) {
|
||||
if (this.geocoding_provider_type == "Nominatim") {
|
||||
if ( this.nominatim_class.includes(item.class)) {
|
||||
|
|
Loading…
Reference in a new issue