Replace debounced save with regular

eceaa9cacccebc8f08213230986e9254f1aa30cb

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/reasoning.js+2 -2
@@ -998,7 +998,7 @@ function parseReasoningFromString(str, { strict = true } = {}) {
998998}
999999
10001000function registerReasoningAppEvents() {
10011001 const eventHandler = async (/** @type {number} */ idx) => {
10021002 if (!power_user.reasoning.auto_parse) {
10031003 return;
10041004 }
@@ -1048,7 +1048,7 @@ function registerReasoningAppEvents() {
10481048
10491049 if (contentUpdated) {
10501050 syncMesToSwipe();
10511051 saveChatDebouncedawait saveChatConditional();
10521052
10531053 // Find if a message already exists in DOM and must be updated
10541054 const messageRendered = document.querySelector(`.mes[mesid="${idx}"]`) !== null;