mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-10 09:00:14 +01:00
make sure old swipe counters are shown after new message added
This commit is contained in:
parent
1a0b49d5dc
commit
e9e459be14
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user