Don't close unpinned drawer on selecting tag

This commit is contained in:
SillyLossy
2023-04-29 15:13:32 +03:00
parent 4c13d986f9
commit 2631addb37
2 changed files with 2 additions and 2 deletions

View File

@ -5325,7 +5325,7 @@ $(document).ready(function () {
'#avatar-and-name-block', '#avatar-and-name-block',
'#shadow_popup', '#shadow_popup',
'#world_popup', '#world_popup',
'.ui-widget-content' '.ui-widget',
]; ];
for (const id of forbiddenTargets) { for (const id of forbiddenTargets) {
if (clickTarget.closest(id).length > 0) { if (clickTarget.closest(id).length > 0) {

View File

@ -663,7 +663,7 @@ select {
} }
#rm_ch_create_block textarea { #rm_ch_create_block textarea {
min-height: 200px; min-height: 175px;
} }
.margin-bot-10px { .margin-bot-10px {