Remove counter hide on right swipe

1a8e37d3a5f9a9d1d954a3d569f229eea6b2c329

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -2Ignore whitespace
public/script.js+0 -2
@@ -8535,8 +8535,6 @@ const swipe_right = () => {
85358535 }
85368536 if (run_generate) { //hide swipe arrows while generating
85378537 this_div.css('display', 'none');
8538- const swipesCounter = currentMessage.find('.swipes-counter');
8539- swipesCounter.hide();
85408538 }
85418539 // handles animated transitions when swipe right, specifically height transitions between messages
85428540 if (run_generate || run_swipe_right) {