mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
typo
This commit is contained in:
@@ -7607,7 +7607,7 @@ export function select_selected_character(chid) {
|
|||||||
// Hide the chat scenario button if we're peeking the group member defs
|
// Hide the chat scenario button if we're peeking the group member defs
|
||||||
$('#set_chat_scenario').toggle(!selected_group);
|
$('#set_chat_scenario').toggle(!selected_group);
|
||||||
|
|
||||||
// Don't update the navbar name if we're peekinFg the group member defs
|
// Don't update the navbar name if we're peeking the group member defs
|
||||||
if (!selected_group) {
|
if (!selected_group) {
|
||||||
$('#rm_button_selected_ch').children('h2').text(display_name);
|
$('#rm_button_selected_ch').children('h2').text(display_name);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user