Skip to content

Commit 6b7bba1

Browse files
committed
autocomplete: less delay for slightly faster response
1 parent f171bcf commit 6b7bba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sidebar/search/AddressInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function calculateHighlightedIndex(length: number, currentIndex: number, increme
322322
*/
323323
class Geocoder {
324324
private requestId = 0
325-
private readonly timeout = new Timout(200)
325+
private readonly timeout = new Timout(100)
326326
private readonly api: Api
327327
private readonly onSuccess: (query: string, provider: string, hits: GeocodingHit[]) => void
328328

0 commit comments

Comments
 (0)