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