mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 18:54:47 -04:00
wip
This commit is contained in:
parent
4c66cc820c
commit
cee5c6bc60
28 changed files with 948 additions and 344 deletions
|
@ -101,8 +101,8 @@ export async function asyncAlert<t>({
|
|||
popup.appendChild(addto);
|
||||
}
|
||||
|
||||
const buttonWrap = document.createElement("div")
|
||||
addto.appendChild(buttonWrap)
|
||||
const buttonWrap = document.createElement("div");
|
||||
addto.appendChild(buttonWrap);
|
||||
|
||||
const {
|
||||
text,
|
||||
|
@ -136,7 +136,9 @@ ${icon}
|
|||
}
|
||||
|
||||
button.className =
|
||||
className + (lastClickedItemIndex === index ? " needs-focus" : "")+' choice-button';
|
||||
className +
|
||||
(lastClickedItemIndex === index ? " needs-focus" : "") +
|
||||
" choice-button";
|
||||
|
||||
buttonWrap.appendChild(button);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue