mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
60c0aa36a2
commit
dd42a10aa1
1 changed files with 0 additions and 1 deletions
|
|
@ -96,7 +96,6 @@
|
||||||
let debounceTimeout: NodeJS.Timeout | null = null;
|
let debounceTimeout: NodeJS.Timeout | null = null;
|
||||||
|
|
||||||
const changeDebounceHandler = () => {
|
const changeDebounceHandler = () => {
|
||||||
console.log('debounce');
|
|
||||||
if (debounceTimeout) {
|
if (debounceTimeout) {
|
||||||
clearTimeout(debounceTimeout);
|
clearTimeout(debounceTimeout);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue