Save chat on reasoning parse

d28f39d77a07d40c45886b3cbe7310ffa72a97aa

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -0Showing whitespace changes
public/scripts/reasoning.js+1 -0
@@ -1048,6 +1048,7 @@ function registerReasoningAppEvents() {
10481048
1049 if (contentUpdated) {1049 if (contentUpdated) {
1050 syncMesToSwipe();1050 syncMesToSwipe();
1051 saveChatDebounced();
10511052
1052 // Find if a message already exists in DOM and must be updated1053 // Find if a message already exists in DOM and must be updated
1053 const messageRendered = document.querySelector(`.mes[mesid="${idx}"]`) !== null;1054 const messageRendered = document.querySelector(`.mes[mesid="${idx}"]`) !== null;