Reset message editor before switching active chat
This commit is contained in:
parent
107fe85543
commit
9b42be2334
|
@ -1447,6 +1447,7 @@ async function printMessages() {
|
|||
}
|
||||
|
||||
async function clearChat() {
|
||||
closeMessageEditor();
|
||||
count_view_mes = 0;
|
||||
extension_prompts = {};
|
||||
if (is_delete_mode) {
|
||||
|
|
Loading…
Reference in New Issue