mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
fix: sidebar search
This commit is contained in:
parent
e252ca1dc4
commit
211c41843c
@ -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 New Issue
Block a user