Fix top bar of characters block

This commit is contained in:
SillyLossy
2023-03-17 01:35:14 +02:00
parent b09d7abf49
commit ef6d0acaed
2 changed files with 3 additions and 1 deletions

View File

@ -2493,6 +2493,7 @@ function selectRightMenuWithAnimation(selectedMenuId) {
'rm_info_block': 'flex',
'rm_group_chats_block': 'flex',
'rm_api_block': 'grid',
'rm_characters_block': 'flex',
};
document.querySelectorAll('#right-nav-panel .right_menu').forEach((menu) => {
$(menu).css('display', 'none');