mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update /newchat command skip popup
This commit is contained in:
@ -8551,7 +8551,7 @@ async function doImpersonate(args, prompt) {
|
||||
return '';
|
||||
}
|
||||
|
||||
async function doNewChat({ deleteCurrentChat = false } = {}) {
|
||||
export async function doNewChat({ deleteCurrentChat = false } = {}) {
|
||||
//Make a new chat for selected character
|
||||
if ((!selected_group && this_chid == undefined) || menu_type == 'create') {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user