From 59537f8f1b0c03276b9a9fb774c86ab7b87c8dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ho=C3=A0ng=20=C4=90=E1=BB=A9c?= Date: Fri, 26 Apr 2024 13:00:06 +0700 Subject: [PATCH] fix(web): add debounce to location search (#9074) --- .../shared-components/change-location.svelte | 42 ++++++++++++------- web/src/lib/constants.ts | 2 + 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/web/src/lib/components/shared-components/change-location.svelte b/web/src/lib/components/shared-components/change-location.svelte index 8e07409b36..57b2aabb49 100644 --- a/web/src/lib/components/shared-components/change-location.svelte +++ b/web/src/lib/components/shared-components/change-location.svelte @@ -1,7 +1,7 @@