Save chat on reasoning parse
| @@ -1048,6 +1048,7 @@ function registerReasoningAppEvents() { | ||
| 1048 | 1048 | |
| 1049 | 1049 | if (contentUpdated) { |
| 1050 | 1050 | syncMesToSwipe(); |
| 1051 | + saveChatDebounced(); | |
| 1051 | 1052 | |
| 1052 | 1053 | // Find if a message already exists in DOM and must be updated |
| 1053 | 1054 | const messageRendered = document.querySelector(`.mes[mesid="${idx}"]`) !== null; |