i'm happy
Some checks failed
CI / Backend tests (pull_request) Has been cancelled
CI / Frontend lint (pull_request) Has been cancelled
CI / Frontend unit tests (pull_request) Has been cancelled
CI / Frontend build (pull_request) Has been cancelled
CI / Playwright e2e (pull_request) Has been cancelled
Some checks failed
CI / Backend tests (pull_request) Has been cancelled
CI / Frontend lint (pull_request) Has been cancelled
CI / Frontend unit tests (pull_request) Has been cancelled
CI / Frontend build (pull_request) Has been cancelled
CI / Playwright e2e (pull_request) Has been cancelled
This commit is contained in:
parent
617e3ef16d
commit
3930982bd8
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ export function selectVisibleStyledBlocks(
|
|||
|
||||
<div class="block-container-container">
|
||||
<div class="block-container">
|
||||
@for (sq of squares(); track sq.key) {
|
||||
@for (sq of squares(); track sq.key; let i = $index) {
|
||||
<lt-block
|
||||
[block]="sq.block"
|
||||
[baseColor]="tower().base_color"
|
||||
|
|
@ -180,6 +180,7 @@ export function selectVisibleStyledBlocks(
|
|||
[class.ascend]="sq.block._anim === 'ascend'"
|
||||
[style.transform]="sq.block._transform"
|
||||
[style.opacity]="sq.block._opacity"
|
||||
[style.z-index]="squares().length - i"
|
||||
(pointerenter)="onBlockPointerEnter(sq.block.id)"
|
||||
(pointerleave)="onBlockPointerLeave(sq.block.id, $event)"
|
||||
(clicked)="onEditBlock(sq.block)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue