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',
'#shadow_popup',
'#world_popup',
'.ui-widget-content'
'.ui-widget',
];
for (const id of forbiddenTargets) {
if (clickTarget.closest(id).length > 0) {