fix: x is undefined
error
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3b725f2afb
commit
60bbffb616
1 changed files with 2 additions and 2 deletions
|
@ -111,9 +111,9 @@
|
|||
</div>
|
||||
<div class="grid">
|
||||
{#each [...Array(verticalCount).keys()] as x}
|
||||
<div class="row">
|
||||
<div class="row" data-idx="{x}">
|
||||
{#each [...Array(horizontalCount).keys()] as y}
|
||||
<div class="block"></div>
|
||||
<div class="block" data-idx="{y}"></div>
|
||||
{/each}
|
||||
</div>
|
||||
{/each}
|
||||
|
|
Loading…
Add table
Reference in a new issue