Update src/systems/integration/sillytavern.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Daryl Streete
2026-02-25 19:32:54 -04:00
committed by GitHub
parent 5b2cb331c8
commit 32280d60ef
+1 -1
View File
@@ -302,7 +302,7 @@ export async function onMessageReceived(data) {
renderMusicPlayer($musicPlayerContainer[0]); renderMusicPlayer($musicPlayerContainer[0]);
} }
// When auto-update is disabled,no tracker API call will run for this message. // When auto-update is disabled, no tracker API call will run for this message.
// Inherit the prior assistant message's tracker data into this swipe slot so that // Inherit the prior assistant message's tracker data into this swipe slot so that
// commitTrackerDataFromPriorMessage can find a valid state next turn instead of nulling everything // commitTrackerDataFromPriorMessage can find a valid state next turn instead of nulling everything
if (!extensionSettings.autoUpdate && isAwaitingNewMessage) { if (!extensionSettings.autoUpdate && isAwaitingNewMessage) {