mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix swipes getting stuck when no Horde models selected
This commit is contained in:
@ -7281,7 +7281,7 @@ const swipe_right = () => {
|
||||
}
|
||||
|
||||
if (isHordeGenerationNotAllowed()) {
|
||||
return;
|
||||
return unblockGeneration();
|
||||
}
|
||||
|
||||
const swipe_duration = 200;
|
||||
|
Reference in New Issue
Block a user