mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add ephemeral stop strings to /genraw
This commit is contained in:
@ -82,6 +82,7 @@ import {
|
||||
registerDebugFunction,
|
||||
ui_mode,
|
||||
switchSimpleMode,
|
||||
flushEphemeralStoppingStrings,
|
||||
} from "./scripts/power-user.js";
|
||||
|
||||
import {
|
||||
@ -3837,6 +3838,7 @@ function unblockGeneration() {
|
||||
activateSendButtons();
|
||||
showSwipeButtons();
|
||||
setGenerationProgress(0);
|
||||
flushEphemeralStoppingStrings();
|
||||
$("#send_textarea").removeAttr('disabled');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user