Fix layer index
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2020-05-26 18:19:46 +02:00
parent 0fb71a9227
commit 7b29ca28d9
5 changed files with 9 additions and 12 deletions

View File

@@ -26,7 +26,6 @@ export class SelectedItemShapeComponent extends AbstractSelectedItemComponent {
public selectedLayer: number = 0;
onLayerChanged(layerIndex: number) {
this.selectedLayer = layerIndex;
this.store.dispatch(new mapActions.SetLayerIndex(layerIndex));
}