From c54630a2f4bac771b40ee2c212c433d570bd0fce Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 26 Jan 2023 23:30:18 +0100 Subject: [PATCH] minor --- components/WhereInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WhereInput.vue b/components/WhereInput.vue index 75eb3615..1baea189 100644 --- a/components/WhereInput.vue +++ b/components/WhereInput.vue @@ -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)) {