This commit is contained in:
Timothy J. Baek 2024-10-11 00:28:26 -07:00
parent 11afce7895
commit 5867ebb1ee

View File

@ -111,7 +111,6 @@
if (search === '') {
await initChatList();
allChatsLoaded = false;
return;
} else {
searchDebounceTimeout = setTimeout(async () => {