This commit is contained in:
Timothy Jaeryang Baek 2025-05-04 12:01:20 +04:00
parent 60c0aa36a2
commit dd42a10aa1

View File

@ -96,7 +96,6 @@
let debounceTimeout: NodeJS.Timeout | null = null;
const changeDebounceHandler = () => {
console.log('debounce');
if (debounceTimeout) {
clearTimeout(debounceTimeout);
}