Save chat on reasoning parse

This commit is contained in:
Wolfsblvt
2025-02-25 17:23:12 +01:00
parent 8bdc00e0b9
commit d28f39d77a

View File

@ -1048,6 +1048,7 @@ function registerReasoningAppEvents() {
if (contentUpdated) { if (contentUpdated) {
syncMesToSwipe(); syncMesToSwipe();
saveChatDebounced();
// Find if a message already exists in DOM and must be updated // Find if a message already exists in DOM and must be updated
const messageRendered = document.querySelector(`.mes[mesid="${idx}"]`) !== null; const messageRendered = document.querySelector(`.mes[mesid="${idx}"]`) !== null;