mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix resetting character
This commit is contained in:
@@ -259,8 +259,12 @@
|
||||
getUserAvatars();
|
||||
//console.log(chat);
|
||||
printMessages();
|
||||
|
||||
if (!this_chid || this_chid === 'invalid-safety-id') {
|
||||
$( "#rm_button_selected_ch" ).css("class","deselected-right-tab");
|
||||
$( "#rm_button_selected_ch" ).children("h2").text('');
|
||||
}
|
||||
|
||||
if (NavToggle.checked === false) {
|
||||
document.getElementById('nav-toggle').click();
|
||||
};
|
||||
|
Reference in New Issue
Block a user