Merge pull request #439 from GNS3/preferences-error

Error after clicking "Go to preferences" on map; latest gns3server 2.2 #436
This commit is contained in:
piotrpekala7 2019-07-01 22:21:05 -07:00 committed by GitHub
commit f1f2b5b40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
});