| 12147 | 12147 | if (!(e.target instanceof HTMLElement)) return; |
| 12148 | 12148 | if (e.target.matches('#OpenAllWIEntries')) { |
| 12149 | 12149 | document.querySelectorAll('#world_popup_entries_list .inline-drawer').forEach((/** @type {HTMLElement} */ drawer) => { |
| 12150 | 12150 | delay(0).then(() => toggleDrawer(drawer, true)); |
| 12151 | 12151 | }); |
| 12152 | 12152 | } else if (e.target.matches('#CloseAllWIEntries')) { |
| 12153 | 12153 | document.querySelectorAll('#world_popup_entries_list .inline-drawer').forEach((/** @type {HTMLElement} */ drawer) => { |