mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Clear chat metadata on clearing chat
This commit is contained in:
@@ -1109,6 +1109,7 @@ function clearChat() {
|
||||
$('.zoomed_avatar[forChar]').remove();
|
||||
} else { console.debug('saw no avatars') }
|
||||
itemizedPrompts = [];
|
||||
chat_metadata = {};
|
||||
}
|
||||
|
||||
async function deleteLastMessage() {
|
||||
|
Reference in New Issue
Block a user