mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-03 11:27:50 +01:00
Fix swipes getting stuck when no Horde models selected
This commit is contained in:
parent
27782b2f83
commit
05ab147209
@ -7281,7 +7281,7 @@ const swipe_right = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isHordeGenerationNotAllowed()) {
|
if (isHordeGenerationNotAllowed()) {
|
||||||
return;
|
return unblockGeneration();
|
||||||
}
|
}
|
||||||
|
|
||||||
const swipe_duration = 200;
|
const swipe_duration = 200;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user