From 1a8e37d3a5f9a9d1d954a3d569f229eea6b2c329 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:54:45 +0200 Subject: [PATCH] Remove counter hide on right swipe --- public/script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/script.js b/public/script.js index c7744984e..2311626b2 100644 --- a/public/script.js +++ b/public/script.js @@ -8535,8 +8535,6 @@ const swipe_right = () => { } if (run_generate) { //hide swipe arrows while generating this_div.css('display', 'none'); - const swipesCounter = currentMessage.find('.swipes-counter'); - swipesCounter.hide(); } // handles animated transitions when swipe right, specifically height transitions between messages if (run_generate || run_swipe_right) {