mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
improve ChatAutoLoad, better group panel styling
This commit is contained in:
@ -3433,11 +3433,13 @@ function selectRightMenuWithAnimation(selectedMenuId) {
|
||||
easing: animation_easing,
|
||||
complete: function () { },
|
||||
});
|
||||
|
||||
|
||||
|
||||
// $(menu).find('#groupCurrentMemberListToggle').click();
|
||||
|
||||
}
|
||||
/* if (selectedMenuId === "rm_group_chats_block") {
|
||||
|
||||
$("#groupCurrentMemberListToggle").click();
|
||||
} */
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
@ -5583,7 +5585,7 @@ $(document).ready(function () {
|
||||
icon.toggleClass('openIcon closedIcon');
|
||||
drawer.toggleClass('openDrawer closedDrawer');
|
||||
|
||||
console.log(targetDrawerID);
|
||||
//console.log(targetDrawerID);
|
||||
if (targetDrawerID === 'right-nav-panel') {
|
||||
$(this).closest('.drawer').find('.drawer-content').slideToggle({
|
||||
duration: 200,
|
||||
|
Reference in New Issue
Block a user