mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Skip popup when making new chat from chat list
This commit is contained in:
@@ -9708,14 +9708,8 @@ jQuery(async function () {
|
||||
});
|
||||
|
||||
$('#newChatFromManageScreenButton').on('click', function () {
|
||||
setTimeout(() => {
|
||||
$('#option_start_new_chat').trigger('click');
|
||||
}, 1);
|
||||
setTimeout(() => {
|
||||
$('#dialogue_popup_ok').trigger('click');
|
||||
}, 1);
|
||||
doNewChat({ deleteCurrentChat: false });
|
||||
$('#select_chat_cross').trigger('click');
|
||||
|
||||
});
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user