Don't close the panels when dismissing toasts

This commit is contained in:
Cohee 2023-09-10 02:30:23 +03:00
parent f92249790f
commit 3dbdd1258e
1 changed files with 1 additions and 0 deletions

View File

@ -8468,6 +8468,7 @@ jQuery(async function () {
'#world_popup',
'.ui-widget',
'.text_pole',
'#toast-container',
];
for (const id of forbiddenTargets) {
if (clickTarget.closest(id).length > 0) {