diff --git a/src/systems/integration/sillytavern.js b/src/systems/integration/sillytavern.js index 0c36ef1..4e412e2 100644 --- a/src/systems/integration/sillytavern.js +++ b/src/systems/integration/sillytavern.js @@ -486,6 +486,10 @@ export function onMessageSwiped(messageIndex) { renderQuests(); renderMusicPlayer($musicPlayerContainer[0]); + // Update widget strips with the newly loaded swipe data + updateFabWidgets(); + updateStripWidgets(); + // Update chat thought overlays updateChatThoughts(); }