Fix swipes getting stuck when no Horde models selected

This commit is contained in:
Cohee 2023-12-11 20:46:34 +02:00
parent 27782b2f83
commit 05ab147209

View File

@ -7281,7 +7281,7 @@ const swipe_right = () => {
} }
if (isHordeGenerationNotAllowed()) { if (isHordeGenerationNotAllowed()) {
return; return unblockGeneration();
} }
const swipe_duration = 200; const swipe_duration = 200;