make sure old swipe counters are shown after new message added
| @@ -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'; |
| 87 | 88 | ||
| 88 | import { | 89 | import { |
| @@ -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); |
| 7517 | 7518 | ||
| 7518 | //switchSwipeNumAllMessages(); | 7519 | switchSwipeNumAllMessages(); |
| 7519 | } | 7520 | } |
| 7520 | 7521 | ||
| 7521 | export function hideSwipeButtons() { | 7522 | export function hideSwipeButtons() { |