make sure old swipe counters are shown after new message added

e9e459be14bb3d3b00366e01cad7c989c2fe45ac

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +2 -1Ignore whitespace
public/script.js+2 -1
@@ -83,6 +83,7 @@ import {
8383 resetMovableStyles,
8484 forceCharacterEditorTokenize,
8585 applyPowerUserSettings,
86+ switchSwipeNumAllMessages,
8687} from './scripts/power-user.js';
8788
8889import {
@@ -7515,7 +7516,7 @@ export function showSwipeButtons() {
75157516 //console.log(swipeId);
75167517 //console.log(chat[chat.length - 1].swipes.length);
75177518
75187519 //switchSwipeNumAllMessages();
75197520}
75207521
75217522export function hideSwipeButtons() {