make sure old swipe counters are shown after new message added
| @@ -83,6 +83,7 @@ import { | ||
| 83 | 83 | resetMovableStyles, |
| 84 | 84 | forceCharacterEditorTokenize, |
| 85 | 85 | applyPowerUserSettings, |
| 86 | + switchSwipeNumAllMessages, | |
| 86 | 87 | } from './scripts/power-user.js'; |
| 87 | 88 | |
| 88 | 89 | import { |
| @@ -7515,7 +7516,7 @@ export function showSwipeButtons() { | ||
| 7515 | 7516 | //console.log(swipeId); |
| 7516 | 7517 | //console.log(chat[chat.length - 1].swipes.length); |
| 7517 | 7518 | |
| 7518 | 7519 | //switchSwipeNumAllMessages(); |
| 7519 | 7520 | } |
| 7520 | 7521 | |
| 7521 | 7522 | export function hideSwipeButtons() { |