make sure old swipe counters are shown after new message added

This commit is contained in:
RossAscends 2024-09-30 21:29:24 +09:00
parent 1a0b49d5dc
commit e9e459be14

View File

@ -83,6 +83,7 @@ import {
resetMovableStyles,
forceCharacterEditorTokenize,
applyPowerUserSettings,
switchSwipeNumAllMessages,
} from './scripts/power-user.js';
import {
@ -7515,7 +7516,7 @@ export function showSwipeButtons() {
//console.log(swipeId);
//console.log(chat[chat.length - 1].swipes.length);
//switchSwipeNumAllMessages();
switchSwipeNumAllMessages();
}
export function hideSwipeButtons() {