This commit is contained in:
ziajka 2018-11-15 11:31:39 +01:00
parent e174de142c
commit 35bb758244

View File

@ -82,9 +82,6 @@ export class MapComponent implements OnInit, OnChanges, OnDestroy {
private drawingsEventSource: DrawingsEventSource,
) {
this.parentNativeElement = element.nativeElement;
this.selectionToolWidget.setEnabled(false);
this.movingToolWidget.setEnabled(false);
}
@Input('show-interface-labels')