mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Repurpose trigger command not just for groups
This commit is contained in:
@ -7692,7 +7692,9 @@ jQuery(async function () {
|
||||
|
||||
$("#send_but").on('click', function () {
|
||||
if (is_send_press == false) {
|
||||
is_send_press = true;
|
||||
// This prevents from running /trigger command with a send button
|
||||
// But send on Enter doesn't set is_send_press (it is done by the Generate itself)
|
||||
// is_send_press = true;
|
||||
Generate();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user