mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
parent
60c0aa36a2
commit
dd42a10aa1
@ -96,7 +96,6 @@
|
||||
let debounceTimeout: NodeJS.Timeout | null = null;
|
||||
|
||||
const changeDebounceHandler = () => {
|
||||
console.log('debounce');
|
||||
if (debounceTimeout) {
|
||||
clearTimeout(debounceTimeout);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user