Add delay to mass WI drawer toggle

2205d5b2f1eac6f3abb94011df1b911ba8d31172

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -12147,7 +12147,7 @@ jQuery(async function () {
1214712147 if (!(e.target instanceof HTMLElement)) return;
1214812148 if (e.target.matches('#OpenAllWIEntries')) {
1214912149 document.querySelectorAll('#world_popup_entries_list .inline-drawer').forEach((/** @type {HTMLElement} */ drawer) => {
1215012150 delay(0).then(() => toggleDrawer(drawer, true));
1215112151 });
1215212152 } else if (e.target.matches('#CloseAllWIEntries')) {
1215312153 document.querySelectorAll('#world_popup_entries_list .inline-drawer').forEach((/** @type {HTMLElement} */ drawer) => {