This commit is contained in:
Timothy Jaeryang Baek 2025-05-25 01:48:37 +04:00
parent 75208935d7
commit b2b1a21299
3 changed files with 0 additions and 6 deletions

View File

@ -43,8 +43,6 @@
let searchDebounceTimeout; let searchDebounceTimeout;
const searchHandler = async () => { const searchHandler = async () => {
console.log('search', query);
if (searchDebounceTimeout) { if (searchDebounceTimeout) {
clearTimeout(searchDebounceTimeout); clearTimeout(searchDebounceTimeout);
} }

View File

@ -39,8 +39,6 @@
} }
const searchHandler = async () => { const searchHandler = async () => {
console.log('search', query);
if (searchDebounceTimeout) { if (searchDebounceTimeout) {
clearTimeout(searchDebounceTimeout); clearTimeout(searchDebounceTimeout);
} }

View File

@ -29,8 +29,6 @@
let selectedIdx = 0; let selectedIdx = 0;
const searchHandler = async () => { const searchHandler = async () => {
console.log('search', query);
if (searchDebounceTimeout) { if (searchDebounceTimeout) {
clearTimeout(searchDebounceTimeout); clearTimeout(searchDebounceTimeout);
} }