Remove counter hide on right swipe

1a8e37d3a5f9a9d1d954a3d569f229eea6b2c329

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

1 files changed, +0 -2Showing whitespace changes
public/script.js+0 -2
@@ -8535,8 +8535,6 @@ const swipe_right = () => {
8535 }8535 }
8536 if (run_generate) { //hide swipe arrows while generating8536 if (run_generate) { //hide swipe arrows while generating
8537 this_div.css('display', 'none');8537 this_div.css('display', 'none');
8538 const swipesCounter = currentMessage.find('.swipes-counter');
8539 swipesCounter.hide();
8540 }8538 }
8541 // handles animated transitions when swipe right, specifically height transitions between messages8539 // handles animated transitions when swipe right, specifically height transitions between messages
8542 if (run_generate || run_swipe_right) {8540 if (run_generate || run_swipe_right) {