mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Save chat on reasoning parse
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user