bug fixed

This commit is contained in:
Piotr Pekala 2019-07-01 04:54:23 -07:00
parent cfa5d02406
commit d398bd9bd5

View File

@ -50,7 +50,7 @@ export class DraggableSelectionComponent implements OnInit, OnDestroy {
ngOnInit() {
const svg = select(this.svg);
this.mapSettingsService.isMapLocked.subscribe((value) => {
this.mapSettingsSubscription = this.mapSettingsService.isMapLocked.subscribe((value) => {
this.isMapLocked = value;
});