mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-10 17:10: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,
|
resetMovableStyles,
|
||||||
forceCharacterEditorTokenize,
|
forceCharacterEditorTokenize,
|
||||||
applyPowerUserSettings,
|
applyPowerUserSettings,
|
||||||
|
switchSwipeNumAllMessages,
|
||||||
} from './scripts/power-user.js';
|
} from './scripts/power-user.js';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@ -7515,7 +7516,7 @@ export function showSwipeButtons() {
|
|||||||
//console.log(swipeId);
|
//console.log(swipeId);
|
||||||
//console.log(chat[chat.length - 1].swipes.length);
|
//console.log(chat[chat.length - 1].swipes.length);
|
||||||
|
|
||||||
//switchSwipeNumAllMessages();
|
switchSwipeNumAllMessages();
|
||||||
}
|
}
|
||||||
|
|
||||||
export function hideSwipeButtons() {
|
export function hideSwipeButtons() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user