From 3dbdd1258e095121f102b3a667f02b5e3c671eaf Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 10 Sep 2023 02:30:23 +0300 Subject: [PATCH] Don't close the panels when dismissing toasts --- public/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/script.js b/public/script.js index 73442f5f8..ecc170884 100644 --- a/public/script.js +++ b/public/script.js @@ -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) {