mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove counter hide on right swipe
This commit is contained in:
@ -8535,8 +8535,6 @@ const swipe_right = () => {
|
|||||||
}
|
}
|
||||||
if (run_generate) { //hide swipe arrows while generating
|
if (run_generate) { //hide swipe arrows while generating
|
||||||
this_div.css('display', 'none');
|
this_div.css('display', 'none');
|
||||||
const swipesCounter = currentMessage.find('.swipes-counter');
|
|
||||||
swipesCounter.hide();
|
|
||||||
}
|
}
|
||||||
// handles animated transitions when swipe right, specifically height transitions between messages
|
// handles animated transitions when swipe right, specifically height transitions between messages
|
||||||
if (run_generate || run_swipe_right) {
|
if (run_generate || run_swipe_right) {
|
||||||
|
Reference in New Issue
Block a user