This commit is contained in:
ziajka 2018-11-09 06:35:36 +01:00
parent 290ca022e2
commit b10e345261

@ -238,8 +238,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
this.inReadOnlyMode = value;
if (value) {
this.tools.selection = false;
}
else {
} else {
this.tools.selection = true;
}
}