mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-03 12:47:35 +01:00
Fix sysprompts set with commands
This commit is contained in:
parent
6cab3c7d20
commit
17e279addf
@ -143,7 +143,7 @@ function selectSystemPromptCallback(args, name) {
|
||||
foundName = result[0].item;
|
||||
}
|
||||
|
||||
$select.val(foundName).trigger('input');
|
||||
$select.val(foundName).trigger('change');
|
||||
!quiet && toastr.success(`System prompt "${foundName}" selected`);
|
||||
return foundName;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user