mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 20:16:16 -04:00
Overcomplicated looping mechanic
This commit is contained in:
parent
5012076039
commit
39b326a15b
18 changed files with 296 additions and 125 deletions
|
@ -82,6 +82,7 @@ export async function asyncAlert<t>({
|
|||
content
|
||||
?.filter((i) => i)
|
||||
.forEach((entry, index) => {
|
||||
if(!entry) return;
|
||||
if (typeof entry == "string") {
|
||||
const p = document.createElement("div");
|
||||
p.innerHTML = entry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue