mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
fix: sidebar search
This commit is contained in:
parent
e252ca1dc4
commit
211c41843c
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@
|
||||||
const searchDebounceHandler = async () => {
|
const searchDebounceHandler = async () => {
|
||||||
console.log('search', search);
|
console.log('search', search);
|
||||||
chats.set(null);
|
chats.set(null);
|
||||||
selectedTagName = null;
|
|
||||||
|
|
||||||
if (searchDebounceTimeout) {
|
if (searchDebounceTimeout) {
|
||||||
clearTimeout(searchDebounceTimeout);
|
clearTimeout(searchDebounceTimeout);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue