refac
This commit is contained in:
@@ -43,8 +43,6 @@
|
||||
let searchDebounceTimeout;
|
||||
|
||||
const searchHandler = async () => {
|
||||
console.log('search', query);
|
||||
|
||||
if (searchDebounceTimeout) {
|
||||
clearTimeout(searchDebounceTimeout);
|
||||
}
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
}
|
||||
|
||||
const searchHandler = async () => {
|
||||
console.log('search', query);
|
||||
|
||||
if (searchDebounceTimeout) {
|
||||
clearTimeout(searchDebounceTimeout);
|
||||
}
|
||||
|
||||
@@ -29,8 +29,6 @@
|
||||
let selectedIdx = 0;
|
||||
|
||||
const searchHandler = async () => {
|
||||
console.log('search', query);
|
||||
|
||||
if (searchDebounceTimeout) {
|
||||
clearTimeout(searchDebounceTimeout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user