mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +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()) {
|
||||
return;
|
||||
return unblockGeneration();
|
||||
}
|
||||
|
||||
const swipe_duration = 200;
|
||||
|
Loading…
x
Reference in New Issue
Block a user