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() {
|
async function clearChat() {
|
||||||
|
closeMessageEditor();
|
||||||
count_view_mes = 0;
|
count_view_mes = 0;
|
||||||
extension_prompts = {};
|
extension_prompts = {};
|
||||||
if (is_delete_mode) {
|
if (is_delete_mode) {
|
||||||
|
|
Loading…
Reference in New Issue