fix(web): add debounce to location search (#9074)

This commit is contained in:
Nguyễn Hoàng Đức
2024-04-26 13:00:06 +07:00
committed by GitHub
parent f1083a4c73
commit 59537f8f1b
2 changed files with 28 additions and 16 deletions

View File

@@ -91,6 +91,8 @@ export const timeToLoadTheMap: number = 100;
export const timeBeforeShowLoadingSpinner: number = 100;
export const timeDebounceOnSearch: number = 300;
// should be the same values as the ones in the app.html
export enum Theme {
LIGHT = 'light',