Remove counter hide on right swipe

This commit is contained in:
Cohee
2024-12-06 20:54:45 +02:00
parent d5221760a3
commit 1a8e37d3a5

View File

@ -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) {