make sure old swipe counters are shown after new message added

e9e459be14bb3d3b00366e01cad7c989c2fe45ac

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

1 files changed, +2 -1Showing whitespace changes
public/script.js+2 -1
@@ -83,6 +83,7 @@ import {
83 resetMovableStyles,83 resetMovableStyles,
84 forceCharacterEditorTokenize,84 forceCharacterEditorTokenize,
85 applyPowerUserSettings,85 applyPowerUserSettings,
86 switchSwipeNumAllMessages,
86} from './scripts/power-user.js';87} from './scripts/power-user.js';
8788
88import {89import {
@@ -7515,7 +7516,7 @@ export function showSwipeButtons() {
7515 //console.log(swipeId);7516 //console.log(swipeId);
7516 //console.log(chat[chat.length - 1].swipes.length);7517 //console.log(chat[chat.length - 1].swipes.length);
75177518
7518 //switchSwipeNumAllMessages();7519 switchSwipeNumAllMessages();
7519}7520}
75207521
7521export function hideSwipeButtons() {7522export function hideSwipeButtons() {