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