Iteration 37

This commit is contained in:
Neyra
2026-02-10 20:49:59 +08:00
parent a60cc2f457
commit 399d8d00bf
5 changed files with 5 additions and 0 deletions

View File

@@ -304,6 +304,7 @@ newChatBtn.addEventListener('click', async () => {
// Создаем пустой файл и переключаемся
await saveHistoryToServer(newId, []);
loadHistoryFromServer(newId);
});
// --- Утилиты ---