This commit is contained in:
Vanessa 2023-05-10 20:18:40 +08:00
parent 78cba22910
commit e0e803d743
21 changed files with 135 additions and 71 deletions

View file

@ -242,7 +242,7 @@ const updateSearchResult = (config: ISearchOption, element: Element) => {
}
});
}
}, Constants.TIMEOUT_SEARCH);
}, Constants.TIMEOUT_INPUT);
};
const initSearchEvent = (element: Element, config: ISearchOption) => {