AW-7266 NG0956: The configured tracking expression (track by identity) caused re-creation of the entire collection
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
@if (layers.length>1) {
|
||||
<div>
|
||||
<select (change)="onLayerChanged($event.target.value)">
|
||||
@for (l of layers; track l) {
|
||||
@for (l of layers; track l.index) {
|
||||
<option [value]="l.index" [selected]="itemLayer.layerIndex == l.index">{{l.name}}</option>
|
||||
}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user