From d28f39d77a07d40c45886b3cbe7310ffa72a97aa Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Tue, 25 Feb 2025 17:23:12 +0100 Subject: [PATCH] Save chat on reasoning parse --- public/scripts/reasoning.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/scripts/reasoning.js b/public/scripts/reasoning.js index 8c59da101..d475ca3f9 100644 --- a/public/scripts/reasoning.js +++ b/public/scripts/reasoning.js @@ -1048,6 +1048,7 @@ function registerReasoningAppEvents() { if (contentUpdated) { syncMesToSwipe(); + saveChatDebounced(); // Find if a message already exists in DOM and must be updated const messageRendered = document.querySelector(`.mes[mesid="${idx}"]`) !== null;