Update widget displayed data when swiping

This commit is contained in:
Daryl
2026-02-22 00:35:26 -04:00
parent 979525e372
commit 178ced00be
+4
View File
@@ -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();
}