mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Disable swipe left when reply is still being generated.
This commit is contained in:
@ -2256,8 +2256,8 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide swipes on either multigen or real streaming
|
// Hide swipes if not in a dry run.
|
||||||
if ((isStreamingEnabled() || isMultigenEnabled()) && !dryRun) {
|
if (!dryRun) {
|
||||||
hideSwipeButtons();
|
hideSwipeButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user