Fix invalid layer.
This commit is contained in:
@@ -77,6 +77,6 @@ export class LayerTabComponent implements OnInit, KeyActionSaver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private layerChanged(event) {
|
private layerChanged(event) {
|
||||||
this.layer = event.value;
|
this.layer = +event.value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user