This commit is contained in:
Timothy Jaeryang Baek 2025-06-16 14:01:03 +04:00
parent 7753f57d42
commit f3deb8b8de

View File

@ -492,10 +492,7 @@
selectedChatId = null;
await temporaryChatEnabled.set(false);
await goto('/');
const newChatButton = document.getElementById('new-chat-button');
setTimeout(() => {
newChatButton?.click();
if ($mobile) {
showSidebar.set(false);
}