Save chat on reasoning parse

d28f39d77a07d40c45886b3cbe7310ffa72a97aa

Wolfsblvt <wolfsblvt@gmail.com>

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