mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
parent
40677bd2c6
commit
84bd36197b
7 changed files with 61 additions and 7 deletions
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
button.addEventListener("click", action.callback.bind(undefined, data));
|
||||
container.appendChild(button);
|
||||
if (horizontal || i % 3 === 2){
|
||||
if (horizontal){
|
||||
container.appendChild(document.createElement("br"));
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue