Don't close the panels when dismissing toasts
This commit is contained in:
parent
f92249790f
commit
3dbdd1258e
|
@ -8468,6 +8468,7 @@ jQuery(async function () {
|
||||||
'#world_popup',
|
'#world_popup',
|
||||||
'.ui-widget',
|
'.ui-widget',
|
||||||
'.text_pole',
|
'.text_pole',
|
||||||
|
'#toast-container',
|
||||||
];
|
];
|
||||||
for (const id of forbiddenTargets) {
|
for (const id of forbiddenTargets) {
|
||||||
if (clickTarget.closest(id).length > 0) {
|
if (clickTarget.closest(id).length > 0) {
|
||||||
|
|
Loading…
Reference in New Issue