NG0956 Tracking expression caused re-creation of the DOM structure.
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-30 13:40:47 +01:00
parent a6bd28ac45
commit 48261c9657
10 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
@if (features; as features) {
<div>
<div class="cropfields">
@for (feature of features; track feature) {
@for (feature of features; track feature.id_) {
<div class="row m-0 ps-3 pe-3" [ngClass]="{'selected':isFeatureSelected(feature)}" (click)="handleFeatureClick(feature)" (mouseenter)="handleFeatureMouseEnter(feature)" (mouseleave)="handleFeatureMouseLeave(feature)">
<fm-map-feature-list-feature-container [feature]="feature"></fm-map-feature-list-feature-container>
</div>