| 8535 | } | 8535 | } |
| 8536 | if (run_generate) { //hide swipe arrows while generating | 8536 | 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 messages | 8539 | // 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) { |